<!-- Begin
var how_many_ads2 = 2;
var now2 = new Date()
var sec2 = now.getSeconds()
var ad2 = sec2 % how_many_ads2;
ad2 +=1;
if (ad2==1) {
txt2="";
url2="http://www.ci.com.sv";
banner2="http://www.tecnotips.com/banners/torres/torreci.gif";
width2="120";
height2="300";
}
if (ad2==2) {
txt2="";
url2="http://www.libredeintrusos.com";
banner2="http://www.tecnotips.com/banners/120x300_ldi.gif";
width2="120";
height2="300";
}
document.write('<center>');
document.write('<a href=\"' + url2 + '\" target=\"_blank\">');
document.write('<img src=\"' + banner2 + '\" width=')
document.write(width2 + ' height=' + height2 + ' ');
document.write(' border=0><br>');
document.write('<small>' + txt2 + '</small></a>');
document.write('</center>');
// End -->
