
    var IMM = new Array();
    var URL = new Array();

        IMM[0] = "http://www.acsiveneto.it/images/banner/acsiveneto1.gif";
        URL[0] = "mailto:info@acsiveneto.it";
        
        IMM[1] = "http://www.acsiveneto.it/images/banner/fitus.jpg";
        URL[1] = "http://www.fitus.it";
		
		IMM[2] = "http://www.rivs.it/banner/banner_talenti.jpg";
        URL[2] = "http://www.talentilatenti.it";

		IMM[3] = "http://www.rivs.it/banner/banner_alberghi.jpg";
        URL[3] = "http://www.alberghiecampeggi.it";
		
		IMM[4] = "http://www.acsiveneto.it/images/banner/texasfun.jpg";
        URL[4] = "http://www.texasfun.it";
		
		IMM[5] = "http://www.acsiveneto.it/images/banner/banner-rivs_468.gif";
        URL[5] = "http://www.rivs.it.it";
		
		IMM[6] = "http://www.acsiveneto.it/images/banner/aesnazionale-banner468x60.jpg";
        URL[6] = "http://www.aesnazionale.it";
	
		IMM[7] = "http://www.acsiveneto.it/images/banner/epocauto_rivs.jpg";
        URL[7] = "http://www.rivs.it/pdf/Convenzione-RIVS-Epocauto.pdf";
		
		IMM[8] = "http://www.acsiveneto.it/images/banner/auto-classiche-468x60.jpg";
        URL[8] = "http://www.auto-classiche.it";
		
		IMM[9] = "http://www.acsiveneto.it/images/banner/emporiosport.jpg";
        URL[9] = "http://www.emporiosportpadova.com";	

//		IMM[8] = "http://www.acsiveneto.it/images/banner/passionemoto.jpg";
//        URL[8] = "http://www.rivs.it/news.php?id=587";
	//document.write("<a href=" + URL[BAN] + " target=_blank><img src=" + IMM[BAN] + " border=0></a>");
	
	
	//var BAN = Math.floor(Math.random() * IMM.length);

	//document.write("<a href=\"#\" onClick=\"MM_openBrWindow('" + URL[BAN] + "','STUDIO15CLUB','scrollbars=yes,width=800,height=600')\"><img src=" + IMM[BAN] + " border=0></a>");

	   
	var ciclo = setInterval( "BanRand()", 3*1000 );
	
	
	function BanRand() {
		
	var obj = document.getElementById('sitename');
		
	var BAN = Math.floor(Math.random() * IMM.length);

	obj.innerHTML = "<a href=\"#\" onClick=\"MM_openBrWindow('" + URL[BAN] + "','STUDIO15CLUB','scrollbars=yes,width=800,height=600')\"><img src=" + IMM[BAN] + " border=0></a>";
		
	}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}




