<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = '001-01.jpg'
theImages[1] = '001-02.jpg'
theImages[2] = '001-03.jpg'
theImages[3] = '001-04.jpg'
theImages[4] = '001-05.jpg'
theImages[5] = '001-06.jpg'
theImages[6] = '001-07.jpg'
theImages[7] = '001-08.jpg'
theImages[8] = '001-09.jpg'
theImages[9] = '001-10.jpg'
theImages[10] = '001-11.jpg'
theImages[11] = '001-12.jpg'
theImages[12] = '001-13.jpg'
theImages[13] = '001-14.jpg'
theImages[14] = '001-15.jpg'

theImages[15] = '002-01.jpg'
theImages[16] = '002-02.jpg'
theImages[17] = '002-03.jpg'
theImages[18] = '002-04.jpg'
theImages[19] = '002-05.jpg'
theImages[20] = '002-06.jpg'
theImages[21] = '002-07.jpg'
theImages[22] = '002-08.jpg'
theImages[23] = '002-09.jpg'
theImages[24] = '002-10.jpg'
theImages[25] = '002-11.jpg'
theImages[26] = '002-12.jpg'

// do not edit anything below this line

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<a href="downloads/screenshots/'+theImages[whichImage]+'" target="_blank"><img border="0"  class="imgframe01" src="downloads/screenshots/thumbnails/'+theImages[whichImage]+'"></img></a>');

}

alert(result);

//  End -->

