<!--

// ***********************************************
// 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 )
//
// Modified for use in CSB and Trellix by Samantha Conway
// MUST change gEMDIR to GEMDIR before using code!!!
// ***********************************************

function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<a href=http://adamspeanutbutter.com/causeastir/><img src='http://www.npca.org/images/wrappers/ads/adams_150.JPG' border='0' alt=Adams width=150 height=126></a>"
image[number++] = "<a href=http://www.npca.org/shop_online/><img src='http://www.npca.org/images/wrappers/ads/ad_igive_left.gif' border='0' alt=igive width=150 height=182></a>"
image[number++] = "<a href=http://www.hi-tec.com/you/><img src='http://www.npca.org/images/wrappers/ads/you2.gif' border='0' alt=YOU shirt width=150 height=185></a>"
image[number++] = "<a href=http://www.resole.com/npca.aspx?utm_source=npca&utm_medium=display&utm_content=skyscraper&utm_campaign=npca_1><img src='http://www.npca.org/images/wrappers/ads/resole_ad.jpg' border='0' alt=resole width=150 height=200></a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->