immagini = new Array('/sponsor/ricette','/sponsor/asnewphoto','/sponsor/chiosco','/sponsor/eurofishing','/sponsor/ilmoroditrezza','/sponsor/gabbiano','/sponsor/gentemare','/sponsor/imalavoglia','/sponsor/softy','/sponsor/tviaggi','/sponsor/ldt');
links = new Array('/ricette/index.htm','http://www.asnewphoto.it','/chioscodeimarinai/index.htm','/eurofishing/index.html','/ilmoroditrezza/index.htm','/ilgabbiano/index.htm','/gentedimare/index.html','/imalavoglia/index.htm','/softy/index.html','/trezzaviaggi/index.html','/liquori/index.htm');
var posizione=0;
function Banner()
	{
	posizione=Math.round(Math.random()*10);
	banner = new Image(468,60);
	banner.src= immagini[posizione]+".jpg";
	document.LinkImage.src=banner.src;
	setTimeout('Banner()',2500);
	}
function SeguiBanner()
	{
	open(links[posizione],'NuovaWindow');
	}
function Chiudi()
	{
	self.close()
	}
