<!-- Begin
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="Cortona 1";
url="#";
alt="Le Officine della Cultura";
banner="index1.jpg";
width="223";
height="196";
}

if (ad==2) {
txt="Cortona 2";
url="#";
alt="Le Officine della Cultura";
banner="index2.jpg";
width="223";
height="196";
}

if (ad==3) {
txt="Cortona 3";
url="#";
alt="Le Officine della Cultura";
banner="index3.jpg";
width="223";
height="196";
}
if (ad==4) {
txt="Cortona 4";
url="#";
alt="Le Officine della Cultura";
banner="index4.jpg";
width="223";
height="196";
}

if (ad==5) {
txt="Cortona 5";
url="#";
alt="Le Officine della Cultura";
banner="index5.jpg";
width="223";
height="196";
}

if (ad==6) {
txt="Cortona 6";
url="#";
alt="Le Officine della Cultura";
banner="index6.jpg";
width="223";
height="196";
}

if (ad==7) {
txt="Cortona 7";
url="#";
alt="Le Officine della Cultura";
banner="index7.jpg";
width="223";
height="196";
}

if (ad==8) {
txt="Cortona 8";
url="#";
alt="Le Officine della Cultura";
banner="index8.jpg";
width="223";
height="196";
}

if (ad==9) {
txt="Cortona 9";
url="#";
alt="Le Officine della Cultura";
banner="index9.jpg";
width="223";
height="196";
}

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=0>');
document.write('</center>');
// End -->
