<!--

// ***********************************************
// 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++] = "<img src='http://www.npca.org/explore_the_parks/travel_the_parks/quotes/quote1.jpg' border='0' alt=ad width=138 height=138>"
image[number++] = "<img src='http://www.npca.org/explore_the_parks/travel_the_parks/quotes/quote2.jpg' border='0' alt=ad width=138 height=138>"
image[number++] = "<img src='http://www.npca.org/explore_the_parks/travel_the_parks/quotes/quote3.jpg' border='0' alt=ad width=138 height=138>"
image[number++] = "<img src='http://www.npca.org/explore_the_parks/travel_the_parks/quotes/quote-4.jpg' border='0' alt=ad width=138 height=138>"
image[number++] = "<img src='http://www.npca.org/explore_the_parks/travel_the_parks/quotes/quote-5.jpg' border='0' alt=ad width=138 height=138>"
image[number++] = "<img src='http://www.npca.org/explore_the_parks/travel_the_parks/quotes/quote-6.jpg' border='0' alt=ad width=138 height=138>"
image[number++] = "<img src='http://www.npca.org/explore_the_parks/travel_the_parks/quotes/quote-7.jpg' border='0' alt=ad width=138 height=138>"
image[number++] = "<img src='http://www.npca.org/explore_the_parks/travel_the_parks/quotes/quote-8.jpg' border='0' alt=ad width=138 height=138>"
image[number++] = "<img src='http://www.npca.org/explore_the_parks/travel_the_parks/quotes/quote-9.jpg' border='0' alt=ad width=138 height=138>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->
