
<!-- Begin
var theImages = new Array() 


theImages[0] = 'images/homePage_header_01.jpg'
theImages[1] = 'images/homePage_header_02.jpg'
theImages[2] = 'images/homePage_header_03.jpg'
theImages[3] = 'images/homePage_header_04.jpg'
theImages[4] = 'images/homePage_header_05.jpg'
theImages[5] = 'images/homePage_header_06.jpg'
theImages[6] = 'images/homePage_header_07.jpg'
theImages[7] = 'images/homePage_header_08.jpg'
theImages[8] = 'images/homePage_header_09.jpg'
theImages[9] = 'images/homePage_header_10.jpg'
theImages[10] = 'images/homePage_header_11.jpg'
theImages[11] = 'images/homePage_header_12.jpg'



// 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('<a href="index.php"><img src="'+theImages[whichImage]+'" width="940" height="464" alt="" border="0"></a>');
}


function shopWindow(){
	window.open("shop.html", "shopWindow", 'width=550,height=580,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=no');
	return false;
}
//  End -->
