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=" Net Movie Downloads - Movies, Music, Videos, TV-Shows, Games, Music and more ";
url=" http://digital-products.ws/download/1/movies01.html ";
alt=" Net Movie Downloads ";
imagen=" http://digital-products.ws/directory/images/ven_p/movies01.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==2) {
texto=" PSP Blender PSP Downloads - Movies, Games, Music, Wallpaper and Downloads ";
url=" http://digital-products.ws/download/1/pspblend.html ";
alt=" PSP Blender ";
imagen=" http://digital-products.ws/directory/images/ven_p/pspblend.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==3) {
texto=" The Movie Downloads - No.1 Movie download site worldwide! ";
url=" http://digital-products.ws/download/1/themovdwn.html ";
alt=" The Movie Downloads ";
imagen=" http://digital-products.ws/directory/images/ven_p/themovdwn.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==4) {
texto=" iPod Downloads Pro - Download Movies, TV shows, Music Videos and Songs for iPod! Worldwide #1 Ipod Accessory! ";
url=" http://digital-products.ws/download/1/ipoddwnpro.html ";
alt=" iPod Downloads Pro ";
imagen=" http://digital-products.ws/directory/images/ven_p/ipoddwnpro.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==5) {
texto=" Unlimited Download Center - The Best Place to Download Music, Movies & Games! ";
url=" http://digital-products.ws/download/1/udc01.html ";
alt=" Unlimited Download Center ";
imagen=" http://digital-products.ws/directory/images/ven_p/udc01.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==6) {
texto=" Run Your Car With Water - Convert Your Car To Run With Water & Save Fuel + Double Your Mileage! ";
url=" http://digital-products.ws/download/1/centemax.html ";
alt=" Run Your Car With Water ";
imagen=" http://digital-products.ws/directory/images/ven_p/centemax.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==7) {
texto=" iZune Access - Unlimited Zune Download to Music, Movies, & Many More ";
url=" http://digital-products.ws/download/1/zunepro.html ";
alt=" iZune Access ";
imagen=" http://digital-products.ws/directory/images/ven_p/zunepro.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==8) {
texto=" MP3 Rocket - Unlimited Access to 12 Million MP3 Songs, Movies and Games ";
url=" http://digital-products.ws/download/1/mp3support.html ";
alt=" MP3 Rocket ";
imagen=" http://digital-products.ws/directory/images/ven_p/mp3support.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==9) {
texto=" Fast TV Downloads - Over 100 Million Files - Find Absolutely Everything You're Looking For! ";
url=" http://digital-products.ws/download/1/tvshow01.html ";
alt=" Fast TV Downloads ";
imagen=" http://digital-products.ws/directory/images/ven_p/tvshow01.jpg ";
width=" 138 ";
height=" 104 ";
}
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 ";
}

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>*/