// JavaScript Document
function AfficheHomePage()
	{
	if (document.all && document.getElementById)
		{
		document.write('<a href="#" class="sc" onClick="HomePage(this);return(false);"><u><b>Chat-Espanol.es</b> tu página de inicio</u></a>');
		}
	}
function HomePage(obj)
	{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.chat-espanol.es');
	}
