<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.libredeintrusos.com";
banner="http://www.tecnotips.com/banners/ldi_468x60.gif";
width="433";
height="60";
}
if (ad==2) {
txt="";
url="http://www.latienda.com.sv";
banner="http://www.tecnotips.com/banners/latienda.gif";
width="433";
height="60";
}
if (ad==3) {
txt="";
url="http://www.ci.com.sv";
banner="http://www.tecnotips.com/banners/creativos_468x60.gif";
width="433";
height="60";
}
if (ad==4) {
txt="";
url="http://www.juayua.com";
banner="http://www.tecnotips.com/banners/invitacion_juayua.gif";
width="433";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write(' border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->


