function AfficheHomePage()
	{
	if (document.all && document.getElementById)
		{
		document.write('<A HREF="#" class="lienperso2" onClick="HomePage(this);return(false);">Your custom home page on your browser (recommended)</A><BR>');
		}
	}
function HomePage(obj)
	{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.hooomepage.com/en/mump.php');
	}