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=" Doubling Stocks - Stock Trading Robot ";
url=" http://digital-products.ws/download/1/affstocks.html ";
alt=" Doubling Stocks ";
imagen=" http://digital-products.ws/directory/images/ven_p/affstocks.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==2) {
texto=" Get Google Ads Free - $1 Million in Free Ads ";
url=" http://digital-products.ws/download/1/freegoogle.html ";
alt=" Get Google Ads Free ";
imagen=" http://digital-products.ws/directory/images/ven_p/freegoogle.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==3) {
texto=" Paid Surveys Etc - Easily Make $500-$3,500 Every Month Guaranteed. ";
url=" http://digital-products.ws/download/1/paidetc.html ";
alt=" Paid Surveys Etc ";
imagen=" http://digital-products.ws/directory/images/ven_p/paidetc.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==4) {
texto=" XoftSpySE - Spyware adware detection and removal. All-in-One Solution ! ";
url=" http://digital-products.ws/download/1/xoftspyse.html ";
alt=" XoftSpySE ";
imagen=" http://digital-products.ws/directory/images/ven_p/xoftspyse.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==5) {
texto=" Legit Online Jobs - Real Work At Home Jobs and Opportunities for Everyone ";
url=" http://digital-products.ws/download/1/legitonl.html ";
alt=" Legit Online Jobs ";
imagen=" http://digital-products.ws/directory/images/ven_p/legitonl.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==6) {
texto=" Wholesale Product Suppliers - SaleHoo Product Sourcing Directory ";
url=" http://digital-products.ws/download/1/salehoo.html ";
alt=" SaleHoo ";
imagen=" http://digital-products.ws/directory/images/ven_p/salehoo.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==7) {
texto=" Spyware Stop - Scan & Remove Spyware ";
url=" http://digital-products.ws/download/1/spywarebot.html ";
alt=" Spyware Stop ";
imagen=" http://digital-products.ws/directory/images/ven_p/spywarebot.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==8) {
texto=" Keyword Elite - Analyzes PPC Competition To Uncover Profitable Hidden Niches & Keywords ";
url=" http://digital-products.ws/download/1/bryxen4.html ";
alt=" Keyword Elite ";
imagen=" http://digital-products.ws/directory/images/ven_p/bryxen4.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==9) {
texto=" Registry Easy - Registry Cleaner for Windows Vista, XP, 2000, 98 ";
url=" http://digital-products.ws/download/1/regeasy.html ";
alt=" Registry Easy ";
imagen=" http://digital-products.ws/directory/images/ven_p/regeasy.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==10) {
texto=" SEO Elite Software - Search Engine Optimization - Link Popularity - Web Promotion - Link Exchange Search Tool ";
url=" http://digital-products.ws/download/1/bryxen1.html ";
alt=" SEO Elite ";
imagen=" http://digital-products.ws/directory/images/ven_p/bryxen1.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>*/