
if (parent.frames.length > 0)
	{
	window.top.location.href = location.href;
	}

if (window!= top)
top.location.href=location.href

/**
 * Fonction pour mettre en favoris le site
 * @return
 */
function favoris()
{
	if ( navigator.appName != 'Microsoft Internet Explorer' )
	{ window.sidebar.addPanel("780 Jeux Gratuits","http://www.jeuxgratos.net",""); }
	else { window.external.AddFavorite("http://www.jeuxgratos.net","780 Jeux Gratuits"); } 
}

function AfficheHomePage()
	{
	if (document.all && document.getElementById)
		{
		document.write('<A HREF="#" class="lim" onClick="HomePage(this);return(false);">JG en d&eacute;marage</A><BR>');
		}
	}
function HomePage(obj)
	{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.jeuxgratos.net');
	}
