<!--
function bann() {


var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad = Math.random() * 10
ad = Math.round(ad) 

if (ad<1) 

{ad +=1;}


if (ad==1)

{
txt="";
alt="Casa de la Cultura. El Tablero";
banner="images/fotos/ccult1.jpg";
width="160";
height="123";
url="";

}

if (ad==2)

{
txt="";
url="";
alt="Casa de la Cultura. El Tablero";
banner="images/fotos/ccult2.jpg";
width="160";
height="123";
}

if (ad==3)

{
txt="";
url="";
alt="El Tablero de Maspalomas";
banner="images/fotos/f1.jpg";
width="160";
height="123";
}

if (ad==4)

{
txt="";
url="";
alt="eltablerodemaspalomas.com";
banner="images/fotos/estanque1.jpg";
width="160";
height="123";
}
if (ad==5)

{
txt="";
url="";
alt="eltablerodemaspalomas.com";
banner="images/fotos/estanque_2.jpg";
width="150";
height="113";
}
if (ad==6)

{
txt="";
url="";
alt="eltablerodemaspalomas.com";
banner="images/fotos/i_2.jpg";
width="160";
height="123";
}
if (ad==7)
{
txt="";
url="";
alt="Escuela de Idiomas. El Tablero";
banner="images/fotos/idiomas1.jpg";
width="150";
height="133";
}
if (ad==8)
{
txt="";
url="";
alt="El Tablero";
banner="images/fotos/i_33.jpg";
width="150";
height="103";
}
if (ad==9)
{
txt="";
url="";
alt="El Tablero";
banner="images/fotos/c1.jpg";
width="160";
height="133";
}

if (ad==10)
{
txt="";
url="";
alt="El Tablero";
banner="images/fotos/p101.jpg";
width="180";
height="143";
}
document.write('<center>');
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('</center>');

}

//-->
  