// ***********************************************
// 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 image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<a href='http://www.xtremecoastin.com/videos/onride_videos/' target='_self'><img src='images/randomimage/diamondback_pov.jpg' alt='Diamondback, Kings Island - POV' title='Diamondback, Kings Island - POV' border='0' width='340' height='227'></a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//