
    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[5] = "http://www.acsiveneto.it/images/banner/aesnazionale-banner468x60.jpg";
        URL[5] = "http://www.aesnazionale.it";
	
		

	//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()", 2*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);
}



