function AfficheHomePage()
	{
	if (document.all && document.getElementById)
		{
		document.write('<A HREF=# CLASS=rouge onClick=HomePage(this);return(false);>Démarrer avec alibaba!</A>');
		}
	}
	
function HomePage(obj)
	{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('www.alibaba.ch');
	}
