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/top1.jpg'
theTopImg[1] = 'imgs/rotating/top2.jpg'
theTopImg[2] = 'imgs/rotating/top3.jpg'
theTopImg[3] = 'imgs/rotating/top4.jpg'
theTopImg[4] = 'imgs/rotating/top5.jpg'
theTopImg[5] = 'imgs/rotating/top6.jpg'
theTopImg[6] = 'imgs/rotating/top7.jpg'
theTopImg[7] = 'imgs/rotating/top8.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]+'" alt="Holmes Partnership" title="Holmes Partnership">');
}

//  End -->

<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0 - open popup window
  window.open(theURL,winName,features);
}
//-->

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'

// 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 -->
<!--Popup Video Window

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=530,height=437');");
}
// End -->


