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=" 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==2) {
texto=" Gov Auctions - America's Most Trusted Source to US Gov't Car Auctions, See Why! ";
url=" http://digital-products.ws/download/1/viligent.html ";
alt=" Gov Auctions ";
imagen=" http://digital-products.ws/directory/images/ven_p/viligent.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==3) {
texto=" Seize Cars - Save Up To 95% Off Retail Value! SeizeCars ";
url=" http://digital-products.ws/download/1/netcom3.html ";
alt=" Seize Cars ";
imagen=" http://digital-products.ws/directory/images/ven_p/netcom3.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==4) {
texto=" Turbulence Training - Lose Fat and Gain Muscle with the Amazing Turbulence Training System! ";
url=" http://digital-products.ws/download/1/turbulence.html ";
alt=" Turbulence Training ";
imagen=" http://digital-products.ws/directory/images/ven_p/turbulence.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==5) {
texto=" Muscle Gain Truth - Learn the Truth About Muscle Gain & Bodybuilding - Muscle Gain Truth ";
url=" http://digital-products.ws/download/1/seannal.html ";
alt=" Muscle Gain Truth ";
imagen=" http://digital-products.ws/directory/images/ven_p/seannal.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==6) {
texto=" The Vertical Project - Double Your Vertical Leap With Our Proven Techniques ";
url=" http://digital-products.ws/download/1/theverti1.html ";
alt=" The Vertical Project ";
imagen=" http://digital-products.ws/directory/images/ven_p/theverti1.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==7) {
texto=" Roulette Sniper - The World's Best Roulette Betting Software that Lets you Take Home Huge Piles of Money Winning Online Roulette. ";
url=" http://digital-products.ws/download/1/rsniper.html ";
alt=" Roulette Sniper ";
imagen=" http://digital-products.ws/directory/images/ven_p/rsniper.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==8) {
texto=" The Free Car - Use A New Car For Free! Only Pay For Gas & Insurance ";
url=" http://digital-products.ws/download/1/thefreecar.html ";
alt=" The Free Car ";
imagen=" http://digital-products.ws/directory/images/ven_p/thefreecar.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==9) {
texto=" Choose Cars - Find Cheap Cars Up To 90% Off ";
url=" http://digital-products.ws/download/1/sdsuccess.html ";
alt=" Choose Cars ";
imagen=" http://digital-products.ws/directory/images/ven_p/sdsuccess.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==10) {
texto=" Golf Swing Guru - Lengthen your Drive & Shave 7 - 12 Strokes off your Round -Guaranteed! ";
url=" http://digital-products.ws/download/1/bizonline.html ";
alt=" Golf Swing Guru ";
imagen=" http://digital-products.ws/directory/images/ven_p/bizonline.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>*/