<!--

// ***********************************************
// 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/hdrs/hdrpic1.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic2.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic3.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic4.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic5.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic6.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic7.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic8.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic9.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic10.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic11.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic12.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic13.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic14.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic15.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic16.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic17.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic18.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic19.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic20.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic21.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic22.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic23.jpg' alt='' width='201' height='95' border='0'>"
image[number++] = "<img src='images/hdrs/hdrpic23.jpg' alt='' width='201' height='95' border='0'>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->