<!--

// ***********************************************
// 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
banner[number++] = "<div id='mc_content' style='background-image:url(/org_files/596/images/giving_bkgd1.jpg); background-repeat:no-repeat;'>"

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);

//-->

