<!--
function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<img border='0' src='/images/md_photos/3/001.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/002.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/003.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/004.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/005.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/006.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/007.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/008.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/009.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/010.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/011.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/012.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/013.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/014.jpg' width='100' height='100'>"
image[number++] = "<img border='0' src='/images/md_photos/3/015.jpg' width='100' height='100'>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->
