function addFav() {
	if (window.sidebar) {
		window.sidebar.addPanel('Depann\'Heure  - Intervention 24h/24 7j/7','http://www.depannheure.fr','');
	}
	else if (window.external) {
		window.external.AddFavorite('http://www.depannheure.fr','Depann\'Heure  - Intervention 24h/24 7j/7');
	}
	else {
		alert('Désolé, cette fonction n\'est pas possible sur vote navigateur.\n Pour mettre cette page dans vos favoris, veuillez utiliser les touches Ctrl + D ou un clic sur le bouton adéquat');
	}
}

window.onload = function () {
	changeClock();
}


