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=" The Millionaire League - Incredible Millionaires System! Very fast results ";
url=" http://digital-products.ws/download/1/tmlcom.html ";
alt=" The Millionaire League ";
imagen=" http://digital-products.ws/directory/images/ven_p/tmlcom.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==2) {
texto=" Profit Lance - Make Money Online - Everything you need! Incredible results ";
url=" http://digital-products.ws/download/1/profitlan.html ";
alt=" Profit Lance ";
imagen=" http://digital-products.ws/directory/images/ven_p/profitlan.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==3) {
texto=" The Rich Jerk - Download the Best-Selling Ebook. Newest Edition ";
url=" http://digital-products.ws/download/1/richjerk.html ";
alt=" The Rich Jerk ";
imagen=" http://digital-products.ws/directory/images/ven_p/richjerk.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==4) {
texto=" Automated Cash Formula - Video Shows What Really Makes Money With Automated Cash Formula ";
url=" http://digital-products.ws/download/1/fcas1.html ";
alt=" Automated Cash Formula ";
imagen=" http://digital-products.ws/directory/images/ven_p/fcas1.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==5) {
texto=" Blogging To The Bank - Make Money Blogging | How To Blog And Make Money Online ";
url=" http://digital-products.ws/download/1/bttb1.html ";
alt=" Blogging To The Bank ";
imagen=" http://digital-products.ws/directory/images/ven_p/bttb1.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==6) {
texto=" Auto Cash System - Learn how to make $1,000 in your very first month! ";
url=" http://digital-products.ws/download/1/autocash09.html ";
alt=" Auto Cash System ";
imagen=" http://digital-products.ws/directory/images/ven_p/autocash09.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==7) {
texto=" Credit Secrets Bible - Raise Your Credit Score Up To 249 Points Within 90 Days! ";
url=" http://digital-products.ws/download/1/niesong.html ";
alt=" Credit Secrets Bible ";
imagen=" http://digital-products.ws/directory/images/ven_p/niesong.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==8) {
texto=" Easy Web Video - Put Any Video On Any Website In Minutes! Easy Web Video ";
url=" http://digital-products.ws/download/1/1236659.html ";
alt=" Easy Web Video ";
imagen=" http://digital-products.ws/directory/images/ven_p/1236659.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==9) {
texto=" Google Snatch - The Free Click Formula ";
url=" http://digital-products.ws/download/1/gsnatch.html ";
alt=" Google Snatch ";
imagen=" http://digital-products.ws/directory/images/ven_p/gsnatch.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==10) {
texto=" 3 Red Light Fix - XBox 360 Repair ";
url=" http://digital-products.ws/download/1/gamerbots.html ";
alt=" 3 Red Light Fix ";
imagen=" http://digital-products.ws/directory/images/ven_p/gamerbots.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>*/