function CheckFrames()
{
if (top.location.href==self.location.href)
	{
        sito=top.location.href;
	top.location.href="../extmenu.html?"+sito;
	}
}

function segnala(nomefile)
{
var url = 'http://www.pianetaluca.com/cgi-bin/fixit-counter/stats.pl?count=yes&pag=' + nomefile;
 preloadOn      = new Image(1, 1);
 preloadOn.src  = url;
}