var i = 2; var temporal="" banner0= new Image();banner0.src = "banners/parte_2_foto_rotativa_3.jpg";banner1= new Image();banner1.src = "banners/parte_2_foto_rotativa_8.jpg";banner2= new Image();banner2.src = "banners/parte_2_foto_rotativa_5.jpg";banner3= new Image();banner3.src = "banners/parte_2_foto_rotativa_6.jpg";banner4= new Image();banner4.src = "banners/parte_2_foto_rotativa_7.jpg";banner5= new Image();banner5.src = "banners/parte_2_foto_rotativa_9.jpg";banner6= new Image();banner6.src = "banners/parte_2_foto_rotativa_1.jpg";banner7= new Image();banner7.src = "banners/parte_2_foto_rotativa_2.jpg";banner8= new Image();banner8.src = "banners/parte_2_foto_rotativa_4.jpg"; function startTime(){ var time= new Date(); hours= time.getHours(); mins= time.getMinutes(); secs= time.getSeconds(); closeTime=hours*3600+mins*60+secs; closeTime+=3; Timer(); } function Timer(){ var time= new Date(); hours= time.getHours(); mins= time.getMinutes(); secs= time.getSeconds(); curTime=hours*3600+mins*60+secs if (curTime>=closeTime){ if (i < 8){ i++; } else{ i = 1; } if (window.createPopup) banner.filters[0].apply() document.images.banner.src=eval("banner" + i + ".src"); if (window.createPopup) banner.filters[0].play() startTime(); } else{ window.setTimeout("Timer()",500)} }