var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {txt=" ";url="http://www.enoturismo.net";alt="::: > CORSI di FORMAZIONE in ENOTURISMO < ::";banner="images/enoturismo.jpg";width="120";height="60";}
if (ad==2) {txt=" ";url="http://www.abruzzonaturale.it";alt="";banner="images/abruzzobanner.gif";width="120";height="60";}
if (ad==3) {txt=" ";url="http://www.corsimakeup.it";alt="::> CORSI in MAKE-UP <::";banner="images/bannermakeup.jpg";width="120";height="60";}
if (ad==4) {txt=" ";url="http://www.sportmedicina.com";alt="::> il SITO su 'SPORT e MEDICINA' <::";banner="images/BANNERVolley.gif";width="120";height="60";}
if (ad==5) {txt=" ";url="http://www.scuoladirespiro.com/index.htm";alt="::> Corsi di Rebirthing <::";banner="images/sdr.gif";width="120";height="60";}
if (ad==6) {txt=" ";url="http://www.enoturismo.net";alt="::> Azienda Enoturistica Vallis Regia <::";banner="images/vallis.gif";width="120";height="60";}
if (ad==7) {txt=" ";url="http://www.piuchepuoi.it";alt="::> Tu, gli Altri e il Mondo <::";banner="images/modo_diverso.gif";width="120";height="60";}
if (ad==8) {txt=" ";url="http://www.shiatsuenaturopatia.it";alt="::> Corsi Shiatsu a Roma <::";banner="images/prova.gif";width="120";height="60";}
document.write('<right>');
document.write('<a href=\"' + url + '\" target=\"_new\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</right>');