<!-- Begin
var how_many_ads = 35;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
if (ad==1) {
banner="01.html";
}
if (ad==2) {
banner="02.html";
}
if (ad==3) {
banner="03.html";
}
if (ad==4) {
banner="04.html";
}
if (ad==5) {
banner="05.html";
}
if (ad==6) {
banner="06.html";
}
if (ad==7) {
banner="07.html";
}
if (ad==8) {
banner="08.html";
}
if (ad==9) {
banner="09.html";
}
if (ad==10) {
banner="10.html";
}
if (ad==11) {
banner="11.html";
}
if (ad==12) {
banner="12.html";
}
if (ad==13) {
banner="13.html";
}
if (ad==14) {
banner="14.html";
}
if (ad==15) {
banner="15.html";
}
if (ad==16) {
banner="16.html";
}
if (ad==17) {
banner="17.html";
}
if (ad==18) {
banner="18.html";
}
if (ad==19) {
banner="19.html";
}
if (ad==20) {
banner="20.html";
}
if (ad==21) {
banner="21.html";
}
if (ad==22) {
banner="22.html";
}
if (ad==23) {
banner="23.html";
}
if (ad==24) {
banner="24.html";
}
if (ad==25) {
banner="25.html";
}
if (ad==26) {
banner="26.html";
}
if (ad==27) {
banner="27.html";
}
if (ad==28) {
banner="28.html";
}
if (ad==29) {
banner="29.html";
}
if (ad==30) {
banner="30.html";
}
if (ad==31) {
banner="31.html";
}
if (ad==32) {
banner="32.html";
}
if (ad==33) {
banner="33.html";
}
if (ad==34) {
banner="34.html";
}
if (ad==35) {
banner="35.html";
}

document.write('<center>');
document.write('<iframe border=1 frameborder=yes src=\"http://www.milibrousado.com/libros/banners/frase' + banner + '\" width=\"100\%\"')
document.write(' height=70 ');
document.write('alt=\"Testimonios \" border=0 target=\"_blank\"><br>');
document.write('</a>');
document.write('</iframe>');
document.write('</center>');
// End --></script>