<!--
function bannjuegos() {


var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad = Math.random() * 7
ad = Math.round(ad) 

if (ad<1) 

{ad +=1;}


if (ad==1)

{
txt="";
alt="";
banner="images/juego/buble.gif";
width="34";
height="68";
url="";

}

if (ad==2)

{
txt="";
url="";
alt="";
banner="images/juego/can_ventilador.gif";
width="105";
height="70";
}

if (ad==3)

{
txt="";
url="";
alt="";
banner="images/juego/car.gif";
width="92";
height="103";
}

if (ad==4)

{
txt="";
url="";
alt="eltablerodemaspalomas.com";
banner="images/juego/perro.gif";
width="45";
height="55";
}
if (ad==5)

{
txt="";
url="";
alt="eltablerodemaspalomas.com";
banner="images/juego/yupi.gif";
width="42";
height="27";
}
if (ad==6)

{
txt="";
url="";
alt="eltablerodemaspalomas.com";
banner="images/juego/yupi.gif";
width="42";
height="27";
}
if (ad==7)
{
txt="";
url="";
alt="";
banner="images/juego/tortuga.gif";
width="81";
height="93";
}

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>');

}

//-->
  
