function AfficheHomePage()
{
if (document.all && document.getElementById)
{
document.write('<A HREF="#" onClick="HomePage(this);return(false);"><font color="#FF9900" >Ce site en page de démarrage! </font></A><BR>');
}
}
function HomePage(obj)
{
obj.style.behavior='url(#default#homepage)';
obj.setHomePage('http://www.surfstart.be');
}