badURL = 0;
thisUrl = self.location.href;
if (!thisUrl.match(/^http\:\/\/bluegrass\.officeboya\.jp/i)) {badURL++;}
if (self != top) {badURL++;}
if (badURL > 0) {top.location.href = 'http://bluegrass.officeboya.jp/index.html';}

function tableHeight() {
	if (document.all) {
		document.all('maintable').style.height = document.body.clientHeight - 232;
	}
	else if (document.getElementById) {
		document.getElementById('maintable').style.height = window.innerHeight - 232;
	}
}
