var theImagesH = new Array();
theImagesH[0] = '00003.jpg';
theImagesH[1] = '00005.jpg';
theImagesH[2] = '00009.jpg';
theImagesH[3] = '00012.jpg';
theImagesH[4] = '00043.jpg';
theImagesH[5] = '00044.jpg';
theImagesH[6] = '00045.jpg';
theImagesH[7] = '00046.jpg';
theImagesH[8] = '00062.jpg';
theImagesH[9] = '00063.jpg';
var j = 0;
var p = theImagesH.length;;
var preBuffer = new Array()
for (i = 0; i < p; i++){
preBuffer[i] = new Image();
preBuffer[i].src = theImagesH[i];}
var whichImage = Math.round(Math.random()*(p-1));

