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=" Ares Ultra - 10 Million Downloads for MP3 Music, Movies, Games, TV Shows & More! ";
url=" http://digital-products.ws/download/1/p2psite.html ";
alt=" Ares Ultra ";
imagen=" http://digital-products.ws/directory/images/ven_p/p2psite.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==9) {
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==8) {
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==7) {
texto=" Fat Loss 4 Idiots - Diet Learn the 10 FatLoss4Idiots Rules & Lose 9 lbs in 11 Days Guaranteed ";
url=" http://digital-products.ws/download/1/4idiots.html ";
alt=" Fat Loss 4 Idiots ";
imagen=" http://digital-products.ws/directory/images/ven_p/4idiots.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==6) {
texto=" Reverse Phone Detective - Find Anything On Any Number With ReversePhoneDetective ";
url=" http://digital-products.ws/download/1/phonesrch.html ";
alt=" Reverse Phone Detective ";
imagen=" http://digital-products.ws/directory/images/ven_p/phonesrch.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==5) {
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==4) {
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==3) {
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==2) {
texto=" Sports Betting Champ - Revolutionary System, Wow! 97% success Rate ";
url=" http://digital-products.ws/download/1/betsports.html ";
alt=" Sports Betting Champ ";
imagen=" http://digital-products.ws/directory/images/ven_p/betsports.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==1) {
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 ";
}

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>*/