
// ***********************************************
// 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='./Assets/Images/rotate/decorahcourthouse.jpg' border='0' alt='Winneshiek County Courthouse Decorah Iowa'>"
image[number++] = "<img src='./Assets/Images/rotate/delawarecounty.jpg' border='0' alt='Delaware County Courthouse Manchester Iowa'>"
image[number++] = "<img src='./Assets/Images/rotate/howardcounty.jpg' border='0' alt='Howard County Courthouse Cresco Iowa'>"
image[number++] = "<img src='./Assets/Images/rotate/jaspercounty.jpg' border='0' alt='Jasper County Courthouse Newton Iowa'>"
image[number++] = "<img src='./Assets/Images/rotate/johnsoncounty.jpg' border='0' alt='Johnson County Courthouse Iowa City Iowa'>"
image[number++] = "<img src='./Assets/Images/rotate/madisoncounty.jpg' border='0' alt='Madison County Courthouse Winterset Iowa'>"
image[number++] = "<img src='./Assets/Images/rotate/marioncounty.jpg' border='0' alt='Marion County Courthouse Knoxville Iowa'>"
image[number++] = "<img src='./Assets/Images/rotate/marshallcounty.jpg' border='0' alt='Marshall County Courthouse Marshalltown title'>"
image[number++] = "<img src='./Assets/Images/rotate/mitchellcounty.jpg' border='0' alt='Mitchell County Courthouse Clarinda Iowa'>"
image[number++] = "<img src='./Assets/Images/rotate/pagecourthouse.jpg' border='0' alt='Page County Courthouse Newton Iowa'>"
image[number++] = "<img src='./Assets/Images/rotate/polkcounty.jpg' border='0' alt='Polk County Courthouse Des Moines Iowa'>"
image[number++] = "<img src='./Assets/Images/rotate/redoakcourthouse.jpg' border='0' alt='Montgomery County Courthouse Red Oak Iowa'>"


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

document.write(image[increment]);


