var bName=navigator.appName;
var bVer = parseInt(navigator.appVersion);
var bPlat= navigator.platform;

if  (parent.location.href == self.location.href)  {
	window.location.href = '../index.htm';
}

//Hide status bar msg II script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script

function hidestatus(){
window.status='Welcome to the home of the Ontario Tenpin Bowling Association';
return true;
}

TransAddress = function(name,host)
{
	name = name.replace('###', '');
	host = host.replace('##', '');
    document.location.href='mailto:'+name+'@'+host; 
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);


document.onmouseover=hidestatus;
document.onmouseout=hidestatus;
