var theImagesH = new Array();
theImagesH[0] = '00019.jpg';
theImagesH[1] = '00020.jpg';
theImagesH[2] = '00021.jpg';
theImagesH[3] = '00022.jpg';
theImagesH[4] = '00023.jpg';
theImagesH[5] = '00024.jpg';
theImagesH[6] = '00025.jpg';
theImagesH[7] = '00026.jpg';
theImagesH[8] = '00027.jpg';
theImagesH[9] = '00028.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));
