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=" 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==2) {
texto=" Truth About Abs - Try 6 Pack Abs Exercise Secrets Discover Fast Way To Lose Belly ";
url=" http://digital-products.ws/download/1/mikegeary1.html ";
alt=" Truth About Abs ";
imagen=" http://digital-products.ws/directory/images/ven_p/mikegeary1.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==3) {
texto=" Top Secret Fat Loss Secret - Dr. Suzanne Gudakunst ";
url=" http://digital-products.ws/download/1/fatsecret.html ";
alt=" Top Secret Fat Loss Secret ";
imagen=" http://digital-products.ws/directory/images/ven_p/fatsecret.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==4) {
texto=" Burn The Fat - Fat Loss Secrets - Fat Burning Diet - Burn the Fat Feed the Muscle ";
url=" http://digital-products.ws/download/1/burnthefat.html ";
alt=" Burn The Fat ";
imagen=" http://digital-products.ws/directory/images/ven_p/burnthefat.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==5) {
texto=" Chopper Tattoo - The Number One Tattoo Gallery ";
url=" http://digital-products.ws/download/1/choppertat.html ";
alt=" Chopper Tattoo ";
imagen=" http://digital-products.ws/directory/images/ven_p/choppertat.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==6) {
texto=" Natural Cure For Yeast Infection - Fast, Safe, Natural & Permanent Relief from Yeast Infection ";
url=" http://digital-products.ws/download/1/dmhmd.html ";
alt=" Natural Cure For Yeast Infection ";
imagen=" http://digital-products.ws/directory/images/ven_p/dmhmd.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==7) {
texto=" Conversational Hypnosis - Learn Hypnosis - Conversational Hypnosis Training - Hypnosis Book + Cds/Dvds + Tapes + MP3s ";
url=" http://digital-products.ws/download/1/cohypnosis.html ";
alt=" Conversational Hypnosis ";
imagen=" http://digital-products.ws/directory/images/ven_p/cohypnosis.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==8) {
texto=" Vince Delmonte Fitness - Skinny Guy Secrets to Insane Muscle Gain ";
url=" http://digital-products.ws/download/1/nononsense.html ";
alt=" Vince Delmonte Fitness ";
imagen=" http://digital-products.ws/directory/images/ven_p/nononsense.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==9) {
texto=" Panic Portal - Premier Online Program - Get Rid Of Panic Attacks & Anxiety, No Drugs! ";
url=" http://digital-products.ws/download/1/panicaway.html ";
alt=" Panic Portal ";
imagen=" http://digital-products.ws/directory/images/ven_p/panicaway.jpg ";
width=" 138 ";
height=" 104 ";
}
if (banner==10) {
texto=" Underground Hypnosis - Subconsciously Influence Anybody Regardless of Their Social Status ";
url=" http://digital-products.ws/download/1/nmachine.html ";
alt=" Underground Hypnosis ";
imagen=" http://digital-products.ws/directory/images/ven_p/nmachine.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>*/