<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="../baratti/index.htm";
alt="Rotazione banners";
banner="../baratti/images/baratti120x90.jpg";
width="120";
height="90";
}
if (ad==2) {
url="../varie/compatibilita.htm";
alt="Rotazione banners";
banner="../images/segretaria120x90.jpg";
width="120";
height="90";
}
if (ad==3) {
url="../galleria/index.htm";
alt="Rotazione banners";
banner="../images/galleria.jpg";
width="120";
height="90";
}
if (ad==4) {
url="../galleria/index.htm";
alt="Rotazione banners";
banner="../images/galleria3.jpg";
width="120";
height="90";
}
document.write();
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>');
document.write();
// End -->
