var l = document.location;
if(parent.frames.length==0)
{
	document.location.href = 'http://www.foufounes.eu/main.php?page='+encodeURIComponent(l);
}
