<!--



// ***********************************************

// 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://palmbeachcolombianfest.net/sponsors_list.htm' class='sponsors'><img src='http://palmbeachcolombianfest.net/_images/sponsors/CPB00208_medical_ctr.jpg' width='240' border='0' alt='Palm Beach Medical Center'></a>"

banner[number++] = "<a href='http://palmbeachcolombianfest.net/sponsors_list.htm' class='sponsors'><img src='http://palmbeachcolombianfest.net/_images/sponsors/gordon_doner_10.jpg' width='250' border='0' alt='Gordon and Doner - For the Injured'></a>"

banner[number++] = "<a href='http://palmbeachcolombianfest.net/sponsors_list.htm' class='sponsors'><img src='http://palmbeachcolombianfest.net/_images/sponsors/elhispano.jpg' width='250' border='0' alt='El Hispano'></a>"

banner[number++] = "<a href='http://palmbeachcolombianfest.net/sponsors_list.htm' class='sponsors'><img src='http://palmbeachcolombianfest.net/_images/sponsors/El_Bodegon.jpg' width='230' border='0' alt='El Bodegon'></a>"

banner[number++] = "<a href='http://palmbeachcolombianfest.net/sponsors_list.htm' class='sponsors'><img src='http://palmbeachcolombianfest.net/_images/sponsors/mega57_300.jpg' width='300' border='0' alt='West Palm Beach Canal 57 Mega TV'></a>"


// keep adding items here...



increment = Math.floor(Math.random() * number);



document.write(banner[increment]);



//-->
