document.write('');

document.write('');
document.write('<script language="javascript"></script>');
document.write('<script language="javascript"></script>');
<!-- Script per rotazione banner e/o immagini senza commento sotto-->
<!-- By SimoneRossi -->

<!-- Begin  
var how_many_ads = 6; 

var now = new Date()  
var sec = now.getSeconds() 

var ad = sec % how_many_ads;  
ad +=1;  
if (ad==1) {  
txt="Foto random"; 

alt="Foto random"; 

banner="js/immagine7.jpg"; 

width="979"; 

height="190"; 

} 

if (ad==2) {  
txt="Foto random"; 

alt="Foto random"; 

banner="js/immagine8.jpg"; 

width="979"; 

height="190"; 

} 

if (ad==3) {  
txt="Foto random";  

alt="Foto random"; 

banner="js/immagine9.jpg"; 

width="979"; 

height="190"; 

} 

if (ad==4) {  
txt="Foto random";  

alt="Foto random"; 

banner="js/immagine7.jpg"; 

width="979"; 

height="190"; 

} 

if (ad==5) {  
txt="Foto random";  

alt="Foto random"; 

banner="js/immagine8.jpg"; 

width="979"; 

height="190"; 

} 

if (ad==6) {  
txt="Foto random";  

alt="Foto random"; 

banner="js/immagine10.jpg"; 

width="979"; 

height="190"; 

} 

document.write('<center>'); 

document.write('<img src=\"' + banner + '\" width=') 

document.write(width + ' height=' + height + ' '); 

document.write('alt=\"' + alt + '\" border=0><br></a>'); 

document.write('</center>'); 

// End --> 

