if ( self.name == top.name && top.name != "sidebar" )
{
	top.name = "";	// To avoiding loop

	var menu = "menu.htm";

	if( typeof out != "undefined" )
		menu = "../" + menu;

	document.write('<frameset frameborder=\"0\" framespacing=\"0\" cols=\"185,*\">');
	document.write('  <frame name=\"menu\" src=\"' + menu + '\">');
	document.write('  <frame name=\"main\" src=\"' + location.href + '?\">');
	document.write('	<noframes>');
	document.write('		<body bgcolor="#FFFF00" text="#FF0000">');
	document.write('			Nel mio sito potete trovare le ROM dei giochi del GameBoy, i GateWay SMS per CountDown e altro.<br>');
	document.write('			Per continuare fai click <a href="http://ale5000.altervista.org">qui.</a>');
	document.write('		</body>');
	document.write('	</noframes>');
	document.write('</frameset>');
}