var cuantosbanners = 10 ; //número de banners
var ahora = new Date() //esto sirve para generar un número al azar
var segundos = ahora.getSeconds()
var banner = segundos % cuantosbanners;
banner +=1;

if (banner==1) {
texto=" Satellite TV to PC - Elite Edition - Get over 3000 Stations for a small one-time FEE! ";
url=" http://digital-products.ws/download/1/ipodpsp.html ";
alt=" Satellite TV to PC ";
imagen=" http://digital-products.ws/directory/images/ven_p/ipodpsp.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==2) {
texto=" RegCure - Scan, Repair & Optimize your PC. Free RegCure Scan. Download Now! ";
url=" http://digital-products.ws/download/1/regcure.html ";
alt=" RegCure ";
imagen=" http://digital-products.ws/directory/images/ven_p/regcure.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==3) {
texto=" Registry Fix - Registry Repair, Clean Up & File Fix for Windows ";
url=" http://digital-products.ws/download/1/regfix.html ";
alt=" Registry Fix ";
imagen=" http://digital-products.ws/directory/images/ven_p/regfix.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==4) {
texto=" NoAdware - Adware, Spyware, Popups - They invade your privacy and harm your PC. Protect Yourself with NoAdware! ";
url=" http://digital-products.ws/download/1/noadware.html ";
alt=" NoAdware ";
imagen=" http://digital-products.ws/directory/images/ven_p/noadware.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==5) {
texto=" Registry Smart - Diagnose, Optimize & Repair Your PC Free Online Scan & Download - 1 Min ";
url=" http://digital-products.ws/download/1/regsmart.html ";
alt=" RegistrySmart ";
imagen=" http://digital-products.ws/directory/images/ven_p/regsmart.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==6) {
texto=" Adware Alert - The Leading Spyware Remover AdwareAlert - Free Download! ";
url=" http://digital-products.ws/download/1/adalert.html ";
alt=" Adware Alert ";
imagen=" http://digital-products.ws/directory/images/ven_p/adalert.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==7) {
texto=" Error Smart - Eliminate PC Errors For Good With ErrorSmart - Free Download ";
url=" http://digital-products.ws/download/1/errorsmart.html ";
alt=" Error Smart ";
imagen=" http://digital-products.ws/directory/images/ven_p/errorsmart.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==8) {
texto=" iPhone Nova - Unlimited Downloads inc Movies, TV, Games, Music & More ";
url=" http://digital-products.ws/download/1/mitchb.html ";
alt=" iPhone Nova ";
imagen=" http://digital-products.ws/directory/images/ven_p/mitchb.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==9) {
texto=" People Records - Find Anything On Anyone With People-Records ";
url=" http://digital-products.ws/download/1/respyware.html ";
alt=" People Records ";
imagen=" http://digital-products.ws/directory/images/ven_p/respyware.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==10) {
texto=" Reg Sweep - Complete scan in under 2 minutes! 100% Satisfaction Guaranteed ";
url=" http://digital-products.ws/download/1/regsweep.html ";
alt=" Reg Sweep ";
imagen=" http://digital-products.ws/directory/images/ven_p/regsweep.jpg ";
width=" 138 ";
height=" 104 ";
}

document.write('<center>');
document.write('<a href="' + url + '" target="_top">');
document.write('<img src="' + imagen + '" width=')
document.write( width + ' height=' + height + ' ');
document.write('alt="' + alt + '" border=0><br>');
document.write('<small>' + texto + '</small></a>');
document.write('</center>');

/*Código donde queremos incluir el rotador*/
/*<script type='text/javascript' src='banner.js'></script>*/