<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="Sirio 1";
url="/index.php";
alt="Pallavolo Sirio Perugia - Homepage";
banner="/images/head_image_01.jpg";
width="576";
height="120";
}

if (ad==2) {
txt="Sirio 2";
url="/index.php";
alt="Pallavolo Sirio Perugia - Homepage";
banner="/images/head_image_02.jpg";
width="576";
height="120";
}

if (ad==3) {
txt="Sirio 3";
url="/index.php";
alt="Pallavolo Sirio Perugia - Homepage";
banner="/images/head_image_03.jpg";
width="576";
height="120";
}

if (ad==4) {
txt="Sirio 4";
url="/index.php";
alt="Pallavolo Sirio Perugia - Homepage";
banner="/images/head_image_04.jpg";
width="576";
height="120";
}

if (ad==5) {
txt="Sirio 5";
url="/index.php";
alt="Pallavolo Sirio Perugia - Homepage";
banner="/images/head_image_05.jpg";
width="576";
height="120";
}

/*
if (ad==6) {
txt="Sirio 6";
url="/index.php";
alt="Pallavolo Sirio Perugia - Homepage";
banner="/images/head_image_06.jpg";
width="576";
height="120";
}

if (ad==7) {
txt="Sirio 7";
url="/index.php";
alt="Pallavolo Sirio Perugia - Homepage";
banner="/images/head_image_07.jpg";
width="576";
height="120";
}

if (ad==8) {
txt="Sirio 8";
url="/index.php";
alt="Pallavolo Sirio Perugia - Homepage";
banner="/images/head_image_08.jpg";
width="576";
height="120";
}

if (ad==9) {
txt="Sirio 9";
url="/index.php";
alt="Pallavolo Sirio Perugia - Homepage";
banner="/images/head_image_09.jpg";
width="576";
height="120";
}

if (ad==10) {
txt="Sirio 10";
url="/index.php";
alt="Pallavolo Sirio Perugia - Homepage";
banner="/images/head_image_10.jpg";
width="576";
height="120";
}
*/


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 -->
