var theTopImg = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theTopImg[0] = '../imgs/rotating/tlptop2.jpg'
theTopImg[1] = '../imgs/rotating/tlptop3.jpg'
theTopImg[2] = '../imgs/rotating/top6.jpg'
theTopImg[3] = '../imgs/rotating/top1.jpg'
theTopImg[4] = '../imgs/rotating/top7.jpg'
// do not edit anything below this line

var j = 0
var p = theTopImg.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theTopImg[i]
}
var whichImg = Math.round(Math.random()*(p-1));
function showTopImage(){
document.write('<img src="'+theTopImg[whichImg]+'">');
}

//  End -->


// Rotate left side img



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/rotating/left1.jpg'
theImg[1] = 'imgs/rotating/left2.jpg'
theImg[2] = 'imgs/rotating/left3.jpg'
theImg[3] = 'imgs/rotating/left4.jpg'
theImg[4] = 'imgs/rotating/left5.jpg'
theImg[5] = 'imgs/rotating/left6.jpg'
theImg[6] = 'imgs/rotating/left7.jpg'
theImg[7] = 'imgs/rotating/left8.jpg'
theImg[8] = 'imgs/rotating/left9.jpg'
theImg[9] = 'imgs/rotating/left10.jpg'
theImg[10] = 'imgs/rotating/left11.jpg'
theImg[11] = 'imgs/rotating/left12.jpg'
theImg[12] = 'imgs/rotating/left13.jpg'
theImg[13] = 'imgs/rotating/left14.jpg'
theImg[14] = 'imgs/rotating/left15.jpg'
theImg[15] = 'imgs/rotating/left16.jpg'
theImg[16] = 'imgs/rotating/left17.jpg'
theImg[17] = 'imgs/rotating/left18.jpg'
theImg[18] = 'imgs/rotating/left19.jpg'
theImg[19] = 'imgs/rotating/left21.jpg'
theImg[20] = 'imgs/rotating/left22.jpg'
theImg[21] = 'imgs/rotating/left23.jpg'
theImg[22] = 'imgs/rotating/left24.jpg'
theImg[23] = 'imgs/rotating/left25.jpg'
theImg[24] = 'imgs/rotating/left26.jpg'
theImg[25] = 'imgs/rotating/left27.jpg'
theImg[26] = 'imgs/rotating/left28.jpg'
theImg[27] = 'imgs/rotating/left29.jpg'
theImg[28] = 'imgs/rotating/left30.jpg'
theImg[29] = 'imgs/rotating/left31.jpg'
theImg[30] = 'imgs/rotating/left32.jpg'
theImg[31] = 'imgs/rotating/left33.jpg'
theImg[32] = 'imgs/rotating/left34.jpg'
theImg[33] = 'imgs/rotating/left35.jpg'
theImg[34] = 'imgs/rotating/left36.jpg'
theImg[35] = 'imgs/rotating/left37.jpg'
theImg[36] = 'imgs/rotating/left38.jpg'
theImg[37] = 'imgs/rotating/left39.jpg'
theImg[38] = 'imgs/rotating/left40.jpg'
theImg[39] = 'imgs/rotating/left41.jpg'
theImg[40] = 'imgs/rotating/left42.jpg'
theImg[41] = 'imgs/rotating/left43.jpg'
theImg[42] = 'imgs/rotating/left44.jpg'
theImg[43] = 'imgs/rotating/left45.jpg'
theImg[44] = 'imgs/rotating/left46.jpg'
theImg[45] = 'imgs/rotating/left47.jpg'
theImg[46] = 'imgs/rotating/left48.jpg'
theImg[47] = 'imgs/rotating/left49.jpg'
theImg[48] = 'imgs/rotating/left50.jpg'
theImg[49] = 'imgs/rotating/left51.jpg'
theImg[50] = 'imgs/rotating/left52.jpg'
theImg[51] = 'imgs/rotating/left53.jpg'
theImg[52] = 'imgs/rotating/left54.jpg'
theImg[53] = 'imgs/rotating/left55.jpg'
theImg[54] = 'imgs/rotating/left56.jpg'
theImg[55] = 'imgs/rotating/left57.jpg'
theImg[56] = 'imgs/rotating/left58.jpg'
theImg[57] = 'imgs/rotating/left59.jpg'
theImg[58] = 'imgs/rotating/left60.jpg'
theImg[59] = 'imgs/rotating/left61.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 -->

<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0 - open popup window
  window.open(theURL,winName,features);
}
//-->

