<!-- Script per rotazione banner e/o immagini senza commento sotto-->

<!-- Begin  
var how_many_ads = 10; 

var now = new Date()  
var sec = now.getSeconds() 

var ad = sec % how_many_ads;  
ad +=1;  

if (ad==1) 
{txt=""; alt=""; banner="random/01.jpg"; width="638"; height="147";} 
if (ad==2) 
{txt=""; alt=""; banner="random/02.jpg"; width="638"; height="147";}
if (ad==3) 
{txt=""; alt=""; banner="random/03.jpg"; width="638"; height="147";}
if (ad==4) 
{txt=""; alt=""; banner="random/04.jpg"; width="638"; height="147";}
if (ad==5) 
{txt=""; alt=""; banner="random/05.jpg"; width="638"; height="147";}
if (ad==6) 
{txt=""; alt=""; banner="random/06.jpg"; width="638"; height="147";}
if (ad==7) 
{txt=""; alt=""; banner="random/07.jpg"; width="638"; height="147";}
if (ad==8) 
{txt=""; alt=""; banner="random/08.jpg"; width="638"; height="147";}
if (ad==9) 
{txt=""; alt=""; banner="random/09.jpg"; width="638"; height="147";}
if (ad==10) 
{txt=""; alt=""; banner="random/10.jpg"; width="638"; height="147";}

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 --> 


