function reapply(){
setTimeout("slideit()",2000)
return true
}
window.onerror=reapply

<!--
var image1=new Image()
image1.src="/data/banner/e-barzegrande.gif"
var image2=new Image()
image2.src="/data/banner/equalfindgrande.gif"
var image3=new Image()
image3.src="/data/banner/immobiliaregrande.gif"
//var image3=new Image()
//image3.src="/immagini/home/milanac.jpg"
//var image5=new Image()
//image5.src="/sponsor/bora.jpg"
//var image6=new Image()
//image6.src="/sponsor/liceo.gif"
//var image4=new Image()
//image4.src="/sponsor/asrisorgimento.jpg"
//var image5=new Image()
//image5.src="/sponsor/promo.gif"
//var image9=new Image()
//image9.src="/sponsor/ironfox.jpg"

////change number of images below
var number_of_images=3
//change speed below (in seconds)
var speed=5
var step=1
var whichimage=1

function slideit(){
if (!document.images)
return
if (document.all)
slide.filters.blendTrans.apply()
document.images.slide.src=eval("image"+step+".src")
if (document.all)
slide.filters.blendTrans.play()
whichimage=step
if (step<number_of_images)
step++
else
step=1
if (document.all)
setTimeout("slideit()",speed*1000+3000)
else
setTimeout("slideit()",speed*1000)
}

function slidelink(){
if (whichimage==1)
window.open("http://www.e-barzellette.com", target="_blank")
//window.location="http://www.e-barzellette.com"
else if (whichimage==2)
window.open("http://www.equalfind.com", target="_blank")
//window.location="http://www.immobiliaremarche.com"
else if (whichimage==3)
window.open("http://www.immobiliaremarche.com", target="_blank")
//else if (whichimage==3)
//window.location="http://www.milanac.it"
//else if (whichimage==4)
//window.location="http://www.borasrl.com"
//else if (whichimage==6)
//window.location="http://www.cronosnet.com/liceo"
//else if (whichimage==4)
//window.location="http://www.asrisorgimento.it"
//else if (whichimage==5)
//window.location="mailto:staff@cronosnet.net?Subject=Info x banner in homepage!"
//else if (whichimage==9)
//window.location="http://www.ironfox.it"
}
//-->



