<!--

// ***********************************************
// 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://link.argifocus.com/0M3-11><img src='http://www.npca.org/magazine/2009/fall/ads/NPWebAd_120x60.jpg' border='0' alt=DVD width=120 height=60></a>"
image[number++] = "<a href=http://link.argifocus.com/0M3-10><img src='http://www.npca.org/magazine/2009/summer/ads/NPCA_website_LajitasResort.jpg' border='0' alt=Lajitas Resort width=120 height=90></a>"
image[number++] = "<a href=http://link.argifocus.com/0M3-9><img src='http://www.npca.org/magazine/2009/summer/ads/swisshiking_national-parks-web-ad.GIF' border='0' alt=Alpine Adventure Tours width=130 height=106></a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->
