<!--

// ***********************************************
// 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=https://secure.ga1.org/05/subscribe_campaign?qp_source=don_mag_ad><img src='http://www.npca.org/images/wrappers/ads/magazine_ad2.gif' border='0' alt=ad width=153 height=300></a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->
