<!--
function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<img border='0' src='/images/lg_photos/001.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/002.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/003.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/004.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/005.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/006.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/007.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/008.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/009.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/010.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/011.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/012.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/013.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/014.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/015.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/016.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/017.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/018.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/019.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/020.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/021.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/022.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/023.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/024.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/025.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/026.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/027.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/028.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/029.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/030.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/031.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/032.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/033.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/034.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/035.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/036.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/037.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/038.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/039.jpg' width='617' height='152'>"
image[number++] = "<img border='0' src='/images/lg_photos/040.jpg' width='617' height='152'>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->