
function AfficheHomePage() 
{ 
if (document.all && document.getElementById) 
{ 
document.write('<A HREF="#" onClick="HomePage(this);return(false);"><img id="mbi_mbindex_5" src="index_files/mb_faites_ene_d_accueil.gif "width="247" height="46" style="vertical-align: bottom;" border="0"  >'); 
} 
} 
function HomePage(obj) 
{ 
obj.style.behavior='url(#default#homepage)'; 
obj.setHomePage('http://xt1.ca'); 
} 




