window.onload=hi; 
function hi() {
	mPix = document.getElementById('bg');
	if (mPix != null) document.getElementById('big').style.background = " url("+mPix.src+") center top repeat-y";
	
	mm=document.getElementById("OT_dateLbl");
	if (mm != null) {
		mm.innerHTML="Date";
		mm.style.display="inline";
	}
	mm=document.getElementById("OT_timeLbl");
	if (mm != null) {
		mm.innerHTML="Time";
		mm.style.display="inline";
	}
	mm=document.getElementById("OT_partySizeLbl");
	if (mm != null) {
		mm.innerHTML="Party";
		mm.style.display="inline";
	}
}


function openFind() {
	document.ism.target="_blank";
	document.ism.submit();	
}


function roll(img_name, img_src) {
   document[img_name].src = img_src;
}
