function initArray() 
{
 this.length = initArray.arguments.length;
 for (var i = 0; i < this.length; i++)
   this[i]= initArray.arguments[i];
 return this
}

var numero3=getRandom(100);
var banner=new initArray
(
//'<a href="http://www.zerofilm.info" target="_blank" ><img src="http://www.zerofilm.info/uploadedfiles/ZERO_468x60.jpg" border="0" alt="ZERO - inchiesta sull\'11 settembre"/></a>'
//'<a href="http://www.fineco.it/mgm/?cp=AA4463836"><img src="/script/468x60.jpg" border="0" alt="Se apri il conto c\'è una carta di credito con dei soldi per te"></a>'
'<a href="http://www.e-minds.it" target="_blank"><img src="/script/bannersito.png" border="0" alt="Il tuo sito a basso costo"></a>',
'<a href="http://www.e-minds.it" target="_blank"><img src="/script/bannereminds.png" border="0" alt="Il blog di informazione tecnologica"></a>',
'<a href="http://www.e-minds.it" target="_blank"><img src="/script/bannerestore.png" border="0" alt="Il software di gestione per i tuoi negozi"></a>',
'<a href="http://www.e-minds.it" target="_blank"><img src="/script/bannerewebstore.png" border="0" alt="Il tuo sito di e-commerce"></a>'
)

function getRandom(max)
{
 return Math.floor((max) * Math.random()) ;
}

var numero=getRandom(banner.length)
document.writeln('<p align="center">')
if (top.location.protocol!="file:")
	{
	if ((top.location.pathname!="/italiano.htm") && (top.location.pathname!="/italianolight.htm"))
		{
		document.write("<span Style='font-size=12'>Questa pagina fa parte di <a href=http://www.musicaecomputer.com><b>Musica e Computer</b></a>: 2500 Midi, 5000 Testi, 3000 Sfondi, 2000 True Type Font...</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","sito")
		}
	}
document.writeln( banner[numero])
document.writeln('<br><a href="/php/redirect.php?location=http://www.ebaygeneration.com" target="_blank">EBay Generation</a>:Tutti i trucchi su ebay e sui cellulari')
document.writeln('</p>')
//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'>")
