// JavaScript Document


<!--

// ***********************************************
// 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 banners() {
};

banners = new banners();
number = 0;




// bannerArray
banners[number++] = "<img src='/pics/redesign/greenbanner.gif'>"
banners[number++] = "<img src='/pics/redesign/redbanner.gif'>"
banners[number++] = "<img src='/pics/redesign/bluebanner.gif'>"

// keep adding items here...


increment = Math.floor(Math.random() * number);

document.write(banners[increment]);

//-->

<!--
function spawn_window(content,spawn,sizing)
{window.open(content,spawn,sizing);}
//-->

<!--
function startPopEvent(PopEvent)
  {
    var desktop=window.open(PopEvent,"_blank","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,width=600,height=350,resizable");
  }
//-->