
var theImages3 = new Array() // do not change this
theImages3[0] = '<center><img src="http://shootersbilliards.net/photos/jenga-250.jpg"></center>'

// do not edit anything below this line

var j = 0
var p = theImages3.length;
var preBuffer3 = new Array()
for (i = 0; i < p; i++){
   preBuffer3[i] = new Image()
   preBuffer3[i].src = theImages3[i]
}
var whichImage3 = Math.round(Math.random()*(p-1));
function showImage3(){
document.write(theImages3[whichImage3]);
}



var theImages2 = new Array() // do not change this
theImages2[0] = '<center><img src="http://shootersbilliards.net/photos/bball-250.jpg"></center>'
theImages2[1] = '<center><img src="http://shootersbilliards.net/photos/darts-250.jpg"></center>'
theImages2[2] = '<center><img src="http://shootersbilliards.net/photos/skeeball-250.jpg"></center>'
theImages2[3] = '<center><img src="http://shootersbilliards.net/photos/refs-250.jpg"></center>'

// do not edit anything below this line

var j = 0
var p = theImages2.length;
var preBuffer2 = new Array()
for (i = 0; i < p; i++){
   preBuffer2[i] = new Image()
   preBuffer2[i].src = theImages2[i]
}
var whichImage2 = Math.round(Math.random()*(p-1));
function showImage2(){
document.write(theImages2[whichImage2]);
}

var theImages = new Array() // do not change this
theImages[0] = '<center><img src="http://shootersbilliards.net/photos/shooters-sign-250.jpg"></center>'
theImages[1] = '<center><img src="http://shootersbilliards.net/photos/shooters-bar-250.jpg"></center>'
theImages[2] = '<center><img src="http://shootersbilliards.net/photos/shooters-tables-250.jpg"></center>'
theImages[3] = '<center><img src="http://shootersbilliards.net/photos/stage-singer-250.jpg"></center>'
theImages[4] = '<center><img src="http://shootersbilliards.net/photos/stage-blue-250.jpg"></center>'
theImages[5] = '<center><img src="http://shootersbilliards.net/photos/cedar-park-250.jpg"></center>'
theImages[6] = '<center><img src="http://shootersbilliards.net/photos/bar-side-250.jpg"></center>'
theImages[7] = '<center><img src="http://shootersbilliards.net/photos/staged-shot-250.jpg"></center>'
theImages[8] = '<center><img src="http://shootersbilliards.net/photos/golf-250.jpg"></center>'
theImages[9] = '<center><img src="http://shootersbilliards.net/photos/casino-250.jpg"></center>'


// do not edit anything below this line

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(theImages[whichImage]);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
	
	// JavaScript Document
