<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function banner() {
};

banner = new banner();
number = 0;

// bannerArray
banner[number++] = "<a href='http://tvsatelliteservice.com' target='_blank'><img src='http://tvsatelliteservice.com/Images/banner-s.gif' border='0' alt='TV Satellite Service'></a>"
banner[number++] = "<a href='http://ellatino.com/Kline' target='_blank'><img src='http://ellatino.com/Kline/Images/cubead.gif' border='0' alt='Charles Kline - Abogado de Inmigración'></a>"
banner[number++] = "<a href='http://javierlopez.com/espanol/orderform1.shtml' target='_blank'><img src='http://ellatino.com/advertisers/corp/banner_reg.gif' border='0' alt='Registre su dominio con www.sunombre'></a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);

//-->