<!--
// ***********************************************
 
// 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='images/golf-country/image1.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image2.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image3.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image4.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image5.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image6.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image7.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image8.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image9.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image10.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image11.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image12.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image13.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image3a.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image4a.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image5a.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image5b.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image5c.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image5d.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image5e.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image5g.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image5h.jpg' border='0'>"
image[number++] = "<img src='images/golf-country/image5i.jpg' border='0'>"

// keep adding items here...
 
increment = Math.floor(Math.random() * number);
 
document.write(image[increment]);
//-->