// ***********************************************
// 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 target=0 href=mailto:amazonense.sp@terra.com.br><img src=/album/ads/amazonense.gif /></a>"
banner[number++] = "<a target=0 href=http://www.jatan.com.br><img src=/album/ads/jatan.gif /></a>"
banner[number++] = "<a target=0 href=http://www.buffetabrakadabrah.com.br><img src=/album/ads/abra.gif /></a>"
banner[number++] = "<a target=0 href=http://www.marinelli.com.br><img src=/album/ads/marinelli.gif /></a>"
banner[number++] = "<a target=0 href=mailto:choperiapatio@hotmail.com><img src=/album/ads/opatio.gif /></a>"
banner[number++] = "<a target=0 href=http://www.pedrasilpedras.com.br><img src=/album/ads/pedrasil.gif /></a>"
banner[number++] = "<a target=0 href=http://www.radioemege.com.br><img src=/album/ads/radio-emege.gif /></a>"
banner[number++] = "<a target=0 href=http://www.tristarturismo.com.br><img src=/album/ads/tristar.gif /></a>"
banner[number++] = "<a target=0 href=http://www.itaconengenharia.com.br><img src=/album/ads/itacon.gif /></a>"
banner[number++] = "<a target=0 href=http://www.ejazz.com.br/agenda/sp-detalhes.asp?cdEvento=2756&cdLocal=1500><img src=/album/ads/mojave.gif /></a>"
banner[number++] = "<a href=http://www.almalivre.org/html/postal.html><img src=/album/ads/alma-anuncie-2.gif /></a>"
banner[number++] = "<a href=http://www.almalivre.org/html/postal.html><img src=/album/ads/alma-anuncie.gif /></a>"
banner[number++] = "<a href=http://www.almalivre.org/html/postal.html><img src=/album/ads/stella-banner-promo.gif /></a>"

// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);

