	arrImg		= new Array();
	arrImg[0]	= "http://marchi.eurob.it/tollens.gif";
	arrImg[1]	= "http://marchi.eurob.it/viero.gif";
	arrImg[2]	= "http://marchi.eurob.it/accademia.gif";
	arrImg[3]	= "http://marchi.eurob.it/eurocolori.gif";
	arrImg[4]	= "http://marchi.eurob.it/nespoli.gif";
	arrImg[5]	= "http://marchi.eurob.it/spektra.gif";
	arrImg[6]	= "http://marchi.eurob.it/boldrini.gif";
	arrImg[7]	= "http://marchi.eurob.it/pavan.gif";
	arrImg[8]	= "http://marchi.eurob.it/soragni.gif";
	arrImg[9]	= "http://marchi.eurob.it/fidea.gif";
	arrImg[10]	= "http://marchi.eurob.it/aguaplast.gif";
	arrImg[11]	= "http://marchi.eurob.it/lamaponteggi.gif";
	arrImg[12]	= "http://marchi.eurob.it/festool.gif";
	arrImg[13]	= "http://marchi.eurob.it/3m.gif";
	arrImg[14]	= "http://marchi.eurob.it/eclisse.gif";
	arrImg[15]	= "http://marchi.eurob.it/guantificiosenese.gif";
	arrImg[16]	= "http://marchi.eurob.it/graco.gif";
	arrImg[17]	= "http://marchi.eurob.it/franchiekim.gif";
	arrImg[18]	= "http://marchi.eurob.it/fila.gif";
	arrImg[19]	= "http://marchi.eurob.it/cir.gif";
	arrImg[20]	= "http://marchi.eurob.it/saratoga.gif";
	arrImg[21]	= "http://marchi.eurob.it/protech.gif";
	arrImg[22]	= "http://marchi.eurob.it/nmc.gif";
	arrImg[23]	= "http://marchi.eurob.it/bulova.gif";
	arrImg[24]	= "http://marchi.eurob.it/magnum.gif";
	arrImg[25]	= "http://marchi.eurob.it/dewalt.gif";
	arrImg[26]	= "http://marchi.eurob.it/eros.gif";
	arrImg[27]	= "http://marchi.eurob.it/favor.gif";
	arrImg[28]	= "http://marchi.eurob.it/dakota.gif";
	arrImg[29]	= "http://marchi.eurob.it/demitri.gif";
	arrImg[30]	= "http://marchi.eurob.it/metalstampi.gif";
	arrImg[31]	= "http://marchi.eurob.it/gerflor.gif";
	arrImg[32]	= "http://marchi.eurob.it/protool.gif";
	arrImg[33]	= "http://marchi.eurob.it/metland.gif";
	arrImg[34]	= "http://marchi.eurob.it/sts.gif";
	arrImg[35]	= "http://marchi.eurob.it/maimeri.gif";
	arrImg[36]	= "http://marchi.eurob.it/mg_service.gif";
	arrImg[37]	= "http://marchi.eurob.it/iresina.gif";
	arrImg[38]	= "http://marchi.eurob.it/linea_vero.gif";
	arrImg[39]	= "http://marchi.eurob.it/gutex.gif";
	arrImg[40]	= "http://marchi.eurob.it/rockwool.gif";
	
	
	// Funzione per sapere quando una pagina e' stata caricata
function onContent(f){//(C)webreflection.blogspot.com
var a=onContent,b=navigator.userAgent,d=document,w=window,c="onContent",e="addEventListener",o="opera",r="readyState",
s="<scr".concat("ipt defer src='//:' on",r,"change='if(this.",r,"==\"complete\"){this.parentNode.removeChild(this);",c,".",c,"()}'></scr","ipt>");
a[c]=(function(o){return function(){a[c]=function(){};for(a=arguments.callee;!a.done;a.done=1)f(o?o():o)}})(a[c]);
if(d[e])d[e]("DOMContentLoaded",a[c],false);
if(/WebKit|Khtml/i.test(b)||(w[o]&&parseInt(w[o].version())<9))(function(){/loaded|complete/.test(d[r])?a[c]():setTimeout(arguments.callee,1)})();
else if(/MSIE/i.test(b))d.write(s);
};
imgCorrente=0
idImgBanner="imgBanner";
function bannerRotation(idImg,arrImages){
	document.getElementById(idImg).src=arrImages[imgCorrente];
	if(imgCorrente<arrImages.length-1)
		imgCorrente++;
	else
		imgCorrente=0;
	setTimeout('bannerRotation(idImgBanner,arrImg)',1500);
}
