var theImages = new Array()

theImages[0] = 'header-bottom1.jpg';
theImages[1] = 'header-bottom2.jpg';
theImages[2] = 'header-bottom3.jpg';
theImages[3] = 'header-bottom4.jpg';
theImages[4] = 'header-bottom5.jpg';

var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
}
var whichImage = Math.round(Math.random()*(p-1));

