<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="gelso1";
url="index.php";
alt="Agriturismo il Gelso - Cortona, Tuscany";
banner="images/ilgelso_001.jpg";
width="730";
height="225";
}

if (ad==2) {
txt="gelso2";
url="index.php";
alt="Agriturismo il Gelso - Cortona, Tuscany";
banner="images/ilgelso_002.jpg";
width="730";
height="225";
}

if (ad==3) {
txt="gelso3";
url="index.php";
alt="Agriturismo il Gelso - Cortona, Tuscany";
banner="images/ilgelso_003.jpg";
width="730";
height="225";
}


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 -->
