//banner_comer.js
//estos enlaces son de PAITANET
//para variar banners
<!-- Begin
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds(10)
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Guia Comercial de Paita!";
url="guia_comercio.html";
alt="GUIA COMERCIAL DE PAITA";
banner="gif/guia_banner.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Foros de Paita deja oir tu voz..!!";
url="http://boards2.melodysoft.com/app?ID=paitanet";
alt="Participa,opina,deja oir tu voz...!";
banner="gif/foro_ad.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Inscribete ya...!"; 
url="inscrip_cion.html";
alt="EL DIRECTORIO DE LOS PAITEÑOS";
banner="gif/direct_banner.gif";
width="468";
height="60";
}
if (ad==4) {
txt="Foto Estudio Molero,Eventos Culturales,Sociales y Deportivos!"; 
url="galería_felix.html";
alt="Foto Estudio Felix";
banner="gif/felix_ban.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="gif/paita_ban_zzn.gif";
width="468";
height="60";
}
if (ad==6) {
txt="Freeware=Gratis..! Software para ti..!!"; 
url="soft_ware.html";
alt="Software Gratuito";
banner="gif/free_banner.gif";
width="468";
height="60";
}
if (ad==7) {
txt="Foros de Paita deja oir tu voz..!"; 
url="http://boards2.melodysoft.com/app?ID=paitanet";
alt="Participar es construir, deja oir tu voz..!";
banner="gif/foro_ad.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 -->
