<!-- Script per rotazione banner e/o immagini senza commento sotto-->
<!-- By SimoReds -->

<!-- Begin  
var how_many_ads = 3; 

var now = new Date()  
var sec = now.getSeconds() 

var ad = sec % how_many_ads;  
ad +=1;  
if (ad==1) {  
txt="Portogallo 2007"; 

url="vacanze/portogallo_2007/usa.htm"; 

alt="Portogallo 2007"; 

banner="vacanze/anteprime/anteprima_43.jpg"; 

width="239"; 

height="66"; 

} 

if (ad==2) {  
txt="Baltic tour 2004"; 

url="vacanze/paesi_baltici_2004/index.htm"; 

alt="Baltic tour 2004"; 

banner="vacanze/anteprime/anteprima_44.jpg"; 

width="239"; 

height="66"; 

} 

if (ad==3) {  
txt="New York City 2001";  

url="vacanze/usa2001/new_york/index.htm"; 

alt="New York City 2001"; 

banner="vacanze/anteprime/anteprima_45.jpg"; 

width="239"; 

height="66"; 

} 

document.write('<center>'); 

document.write('<a href=\"' + url + '\" target=\"_top\">'); 

document.write('<img src=\"' + banner + '\" width=') 

document.write(width + ' height=' + height + ' '); 

document.write('alt=\"' + alt + '\" border=1><br></a>'); 

document.write('</center>'); 

// End --> 

