// JavaScript Document
<!--
// ***********************************************
// 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/p_hdr01.gif' alt='The People of Habitat' border='0'>"
image[number++] = "<img src='images/p_hdr02.gif' alt='The People of Habitat' border='0'>"
image[number++] = "<img src='images/p_hdr03.gif' alt='The People of Habitat' border='0'>"
image[number++] = "<img src='images/p_hdr04.gif' alt='The People of Habitat' border='0'>"
image[number++] = "<img src='images/p_hdr05.gif' alt='The People of Habitat' border='0'>"
image[number++] = "<img src='images/p_hdr06.gif' alt='The People of Habitat' border='0'>"
image[number++] = "<img src='images/p_hdr07.gif' alt='The People of Habitat' border='0'>"
// keep adding items here...
increment = Math.floor(Math.random() * number);
document.write(image[increment]);

//-->
