<!--
// AUTHOR: WWW.CGISCRIPT.NET, LLC, URL: http://www.cgiscript.net

function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<img src='images/quotes/20.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/21.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/22.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/23.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/24.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/25.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/26.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/27.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/28.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/29.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/30.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/31.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/32.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/33.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/34.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/35.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/36.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/37.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/38.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/39.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/40.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/01.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/02.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/03.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/04.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/05.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/06.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/07.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/08.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/09.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/10.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/11.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/12.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/13.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/14.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/15.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/16.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/17.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/18.gif' border='0' alt='custom photo collage'>"
image[number++] = "<img src='images/quotes/19.gif' border='0' alt='custom photo collage'>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->
