function initArray() 
{
 this.length = initArray.arguments.length;
 for (var i = 0; i < this.length; i++)
   this[i]= initArray.arguments[i];
 return this
}

function getRandom(max)
{
 return Math.floor((max) * Math.random()) ;
}


var banner=new initArray
(
'<iframe src="/script/banner.htm" width=468 height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no>&nbsp;</iframe>'
)

var numero=getRandom(banner.length)
document.writeln('<CENTER>')
if (top.location.protocol!="file:")
	{
	if ((top.location.pathname!="/english.htm") && (top.location.pathname!="/englishlight.htm"))
		{
		document.write("<span Style='font-size=12'>This page is part of <a href=http://www.musicaecomputer.com><b>Music and Computer</b></a>: 2500 Midi, 5000 Lyrics, 3000 Wallpapers, 2000 True Type Fonts...</span><br>")
		if ((document.referrer.substring(7,30)!="www.musicaecomputer.com")&& (document.referrer.substring(7,26)!="musicaecomputer.com")&& (document.referrer.substring(7,19)!="64.87.82.188")&& (document.referrer.substring(7,16)!="127.0.0.1"))
			window.open("http://www.musicaecomputer.com/enter.htm","sito")
		}
	}
document.writeln(banner[numero] +'<br>')
document.write("<img src='http://musicaecomputer.europe.webmatrixhosting.net/aspnet/stats.aspx?"+ "referrer=" + document.referrer + "&Pagina=" + location.pathname +"&Colori=" + screen.colorDepth + "&Larghezza=" + screen.width + "&Altezza=" + screen.height + "&ALarghezza=" + screen.availWidth + "&AAltezza=" + screen.availHeight +"' width='1' height='1'>")
document.writeln('</span></CENTER>')