<!--Popup Video Window

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,statusbar=1,menubar=0,resizable=0,width=816,height=550');");
}
// End -->

var theImg = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImg[0] = 'imgs/rotate1.jpg'
theImg[1] = 'imgs/rotate2.jpg'
theImg[2] = 'imgs/rotate3.jpg'
theImg[3] = 'imgs/rotate4.jpg'
theImg[4] = 'imgs/rotate5.jpg'
theImg[5] = 'imgs/rotate6.jpg'
theImg[6] = 'imgs/rotate7.jpg'
theImg[7] = 'imgs/rotate8.jpg'
theImg[6] = 'imgs/rotate9.jpg'
theImg[7] = 'imgs/rotate10.jpg'
// do not edit anything below this line

var j = 0
var p = theImg.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImg[i]
}
var whichImg2 = Math.round(Math.random()*(p-1));
function showLeftImage(){
document.write('<div class="rotimg"><img src="'+theImg[whichImg2]+'"></div>');

}

//  End -->
