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==10) {
texto=" SatTube - Satellite TV for PC, Get over 4000 Stations at SatTube ";
url=" http://digital-products.ws/download/1/satsoft.html ";
alt=" SatTube ";
imagen=" http://digital-products.ws/directory/images/ven_p/satsoft.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==9) {
texto=" Court Records - Criminal Records, Arrest Records, and Police Records ";
url=" http://digital-products.ws/download/1/procash4.html ";
alt=" Court Records ";
imagen=" http://digital-products.ws/directory/images/ven_p/procash4.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==8) {
texto=" Car Auction - Cheap Seized Cars From $100 - Register Early for Exclusive Access ";
url=" http://digital-products.ws/download/1/cauction.html ";
alt=" Car Auction ";
imagen=" http://digital-products.ws/directory/images/ven_p/cauction.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==7) {
texto=" All PSP Games - Unlimited Psp Games, Movies, Software, Walpapers & More! ";
url=" http://digital-products.ws/download/1/pspserv.html ";
alt=" All PSP Games ";
imagen=" http://digital-products.ws/directory/images/ven_p/pspserv.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==6) {
texto=" Jamorama - Learn How to Play Guitar with Jamorama ";
url=" http://digital-products.ws/download/1/jamorama.html ";
alt=" Jamorama ";
imagen=" http://digital-products.ws/directory/images/ven_p/jamorama.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==5) {
texto=" Reverse Mobile - All Reverse Cellphone Records @ Your Fingertips! ";
url=" http://digital-products.ws/download/1/procash6.html ";
alt=" Reverse Mobile ";
imagen=" http://digital-products.ws/directory/images/ven_p/procash6.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==4) {
texto=" Court Registry - Find Out Anything On Anyone! ";
url=" http://digital-products.ws/download/1/proniche.html ";
alt=" Court Registry ";
imagen=" http://digital-products.ws/directory/images/ven_p/proniche.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==3) {
texto=" Guy Gets Girl - Attract & Seduce Any Woman with the GuyGetsGirl™ Pickup & Dating Guide ";
url=" http://digital-products.ws/download/1/guygirl.html ";
alt=" Guy Gets Girl ";
imagen=" http://digital-products.ws/directory/images/ven_p/guygirl.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==2) {
texto=" Error Doctor - Instantly Scan Your PC For Errors - Free Download! ";
url=" http://digital-products.ws/download/1/bugdoctor.html ";
alt=" Error Doctor ";
imagen=" http://digital-products.ws/directory/images/ven_p/bugdoctor.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==1) {
texto=" Save My Marriage Today - Everything you need! Amazing help fast ";
url=" http://digital-products.ws/download/1/savemarria.html ";
alt=" Save My Marriage Today ";
imagen=" http://digital-products.ws/directory/images/ven_p/savemarria.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>*/