function AfficheHomePage(){
	if (document.all && document.getElementById){
		document.write('<a href="javascript:;" onClick="HomePage(this);return(false);"><img src="images/index/index_16.gif" alt="Page de d&eacute;marrage"> CE SITE EN PAGE DE DEMARRAGE</a>');
	}
}

function HomePage(obj){
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.cabinet-bertucci.fr');
}
