<!--
 
 // ***********************************************
 // 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://inmigracionus.com' target='_blank'><img src='http://inmigracionus.com/Images/banner01.gif' border='0' alt='Inmigración US - Abogados de Inmigración'></a>"
 banner[number++] = "<a href='http://spanish.rapidimmigration.com/spanish/index.html' target='_blank'><img src='http://ellatino.com/advertisers/rapidimmi/big_2_3f.gif' border='0' alt='Rapid Immigration - información en Español'></a>"
 banner[number++] = "<a href='http://spanish.rapidimmigration.com/spanish/index.html' target='_blank'><img src='http://ellatino.com/advertisers/rapidimmi/big_5_1f.gif' border='0' alt='Rapid Immigration - información en Español'></a>"
 // keep adding items here...
 
 increment = Math.floor(Math.random() * number);
 
 document.write(banner[increment]);
 
 //-->