//banner_paitanet.js
//estos enlaces son de PAITANET
//para variar banners
<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds(10)
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Ven e inscribete a nuestro directorio!";
url="http://www.paita.netfirms.com/inscrip_cion.html";
alt="EL DIRECTORIO DE LOS PAITEÑOS";
banner="http://www.paita.netfirms.com/gif/direct_banner.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Celulares, Accesorios, Líneas Telefónicas, Cabinas Internet...!";
url="http://www.paita.netfirms.com/satelser/index.html";
alt="Nokia,Motorola,Samsung,Ericsson...!";
banner="http://www.paita.netfirms.com/satelser/images/satelser.gif";
width="460";
height="60";
}
if (ad==3) {
txt="Participa de los Foros de PaitaNet!"; 
url="http://www.melodysoft.com/cgi-bin/foro.cgi?ID=paitanet' target='_blank'";
alt="Foros de Discusión";
banner="http://www.paita.netfirms.com/gif/foro_ad.gif";
width="460";
height="60";
}
if (ad==4) {
txt="Manifiesta tu opinión, expresate libremente!"; 
url="http://www.melodysoft.com/cgi-bin/foro.cgi?ID=paitanet' target='_blank'";
alt="Editorial";
banner="http://www.paita.netfirms.com/gif/banner_opinion.gif";
width="468";
height="60";
}
if (ad==5) {
txt="Tu correo Gratuito, en PaitaNet el Portal Paiteño!"; 
url="http://www.paitanet.zzn.com";
alt="Correo Gratuito";
banner="http://www.paita.netfirms.com/gif/paita_ban_zzn.gif";
width="468";
height="60";
}
if (ad==6) {
txt="Freeware=Gratis..! Software para ti..!!"; 
url="http://www.paita.netfirms.com/soft_ware.html";
alt="Software Gratuito";
banner="http://www.paita.netfirms.com/gif/free_ban1.gif";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
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>');
// End -->
