<!--
function bannbiografias() {


var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad = Math.random() * 8
ad = Math.round(ad) 

if (ad<1) 

{ad +=1;}


if (ad==1)

{
txt="Luján Pérez";
alt="Luján Pérez";
banner="biografias/img/lujan.jpg";
width="150";
height="211";
url="biografias/lujan_perez.html";

}

if (ad==2)

{
txt="Bento y Travieso";
url="biografias/Bento_Travieso.html";
alt="Bento Travieso";
banner="biografias/img/bento_travieso.jpg";
width="150";
height="246";
}

if (ad==3)
{
txt="Néstor Martín";
url="biografias/nestor.html";
alt="Néstor";
banner="biografias/img/nestor.jpg";
width="140";
height="175";
}

if (ad==4)

{
txt="Tomás Morales";
url="biografias/tomas_morales.html";
alt="Tomás Morales";
banner="biografias/img/tomas_morales.jpg";
width="140";
height="188";
}
if (ad==5)

{
txt="Josefina de La Torre";
alt="Josefina de La Torre";
banner="biografias/img/josefinadelatorre.jpg";
width="155";
height="190";
url="biografias/j_delatorre.html";

}
if (ad==6)

{
txt="Alfredo Kraus";
alt="Alfredo Kraus";
banner="biografias/img/Kraus.jpg";
width="155";
height="159";
url="biografias/kraus.html";

}
if (ad==7)
{
txt="Dr Chil y Naranjo";
alt="Dr Chil y Naranjo";
banner="biografias/img/chil.jpg";
width="125";
height="150";
url="biografias/chil.html";

}
if (ad==8)
{
txt="Pérez Galdós";
alt="Pérez Galdós";
banner="biografias/img/galdos.jpg";
width="160";
height="160";
url="biografias/galdos.html";

}

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>');

}

//-->
  
