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=" Forex Killer - Advanced Automated Forex Trading Signal Software System - Online Currency Trading ";
url=" http://digital-products.ws/download/1/andreaskir.html ";
alt=" Forex Killer ";
imagen=" http://digital-products.ws/directory/images/ven_p/andreaskir.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==2) {
texto=" Survey Scout - Premier Site To Get Paid Doing Online Surveys In PJ's At Home! ";
url=" http://digital-products.ws/download/1/surveysc.html ";
alt=" Survey Scout ";
imagen=" http://digital-products.ws/directory/images/ven_p/surveysc.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==3) {
texto=" Paid Surveys Online - Get Paid For Your Opinion! ";
url=" http://digital-products.ws/download/1/surveys2.html ";
alt=" Paid Surveys Online ";
imagen=" http://digital-products.ws/directory/images/ven_p/surveys2.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==4) {
texto=" Forex Autopilot - Learn How I Make Cash Automatically Every Month With ForexAutopilot ";
url=" http://digital-products.ws/download/1/forexrobot.html ";
alt=" Forex Autopilot ";
imagen=" http://digital-products.ws/directory/images/ven_p/forexrobot.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==5) {
texto=" Build A Niche Store - The eBay Affiliate Website Builder ";
url=" http://digital-products.ws/download/1/nichestore.html ";
alt=" Build A Niche Store ";
imagen=" http://digital-products.ws/directory/images/ven_p/nichestore.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==6) {
texto=" Express Paid Surveys - Get paid to take surveys online. Easy money! Start-up fee req ";
url=" http://digital-products.ws/download/1/expresspay.html ";
alt=" Express Paid Surveys ";
imagen=" http://digital-products.ws/directory/images/ven_p/expresspay.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==7) {
texto=" Forex Power Strategy - This Course Is Great For People With No Prior Trading Experience ";
url=" http://digital-products.ws/download/1/freeyour.html ";
alt=" Forex Power Strategy ";
imagen=" http://digital-products.ws/directory/images/ven_p/freeyour.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==8) {
texto=" Uncle Sams Money - Locate Billions in Free Grants! ";
url=" http://digital-products.ws/download/1/uncsam.html ";
alt=" Uncle Sams Money ";
imagen=" http://digital-products.ws/directory/images/ven_p/uncsam.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==9) {
texto=" Internet Million Dollars - Make $100,000/month - Guaranteed Start Earning within 15 minutes! ";
url=" http://digital-products.ws/download/1/imd1000000.html ";
alt=" Internet Million Dollars ";
imagen=" http://digital-products.ws/directory/images/ven_p/imd1000000.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==10) {
texto=" Six Figure Yearly - How I Put $1000 - $3,500 a Day in My Account. Simple, Secret System ";
url=" http://digital-products.ws/download/1/sixfigprog.html ";
alt=" Six Figure Yearly ";
imagen=" http://digital-products.ws/directory/images/ven_p/sixfigprog.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>*/