function openAdmin() { newwin = window.open("index/page/2.html","admin","location=no,scrollbars=yes,copyhistory=no,toolbar=no,status=no,height=200,width=350,left=265,top=200") } var theImages = new Array() // do not change this theImages[0] = 'http://setup.tbz.com/themes/tbz/images/homeplate/home_plate1.jpg' theImages[1] = 'http://setup.tbz.com/themes/tbz/images/homeplate/home_plate2.jpg' theImages[2] = 'http://setup.tbz.com/themes/tbz/images/homeplate/home_plate3.jpg' theImages[3] = 'http://setup.tbz.com/themes/tbz/images/homeplate/home_plate4.jpg' theImages[4] = 'http://setup.tbz.com/themes/tbz/images/homeplate/home_plate5.jpg' theImages[5] = 'http://setup.tbz.com/themes/tbz/images/homeplate/home_plate6.jpg' theImages[6] = 'http://setup.tbz.com/themes/tbz/images/homeplate/home_plate7.jpg' theImages[7] = 'http://setup.tbz.com/themes/tbz/images/homeplate/home_plate8.jpg' theImages[8] = 'http://setup.tbz.com/themes/tbz/images/homeplate/home_plate9.jpg' theImages[9] = 'http://setup.tbz.com/themes/tbz/images/homeplate/home_plate10.jpg' var j = 0 var p = theImages.length; var preBuffer = new Array() for (i = 0; i < p; i++){ preBuffer[i] = new Image() preBuffer[i].src = theImages[i] } var whichImage = Math.round(Math.random()*(p-1)); function showImage(){ document.write(''); }