/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
function AfficheHomePage() {
 NomNavigateur = navigator.appName;
 VersionNavigateur = parseInt(navigator.appVersion);
 if (NomNavigateur == "Microsoft Internet Explorer" && VersionNavigateur >= 4)
 {
  if (document.all && document.getElementById) {
   document.write('</li><li><a href="#" onClick="HomePage(this);return(false);">Faire de Bible1An.com sa page de d&eacute;marrage</a></li><li><a href="#" onClick="imfav();return(false);">Ajouter &agrave; mes favoris</a>');
  }
 }     
}

function HomePage(obj) {
 obj.style.behavior='url(#default#homepage)';    
	obj.setHomePage('http://www.bible1an.com/');
}
        
function imfav() {
 window.external.addfavorite('http://www.bible1an.com', 'Bible1an.com - Osez lire la Bible en un an !');
}