// ***********************************************

// 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++] = "<img src='output/images/home01.jpg' border='0'>"

image[number++] = "<img src='output/images/home02.jpg' border='0'>"

image[number++] = "<img src='output/images/home03.jpg' border='0'>"

image[number++] = "<img src='output/images/home04.jpg' border='0'>"

image[number++] = "<img src='output/images/home05.jpg' border='0'>"

image[number++] = "<img src='output/images/home06.jpg' border='0'>"

// keep adding items here...



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



document.write(image[increment]);