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