browser = navigator.appName;
ie = "Microsoft Internet Explorer";
netscape = "Netscape";
os = navigator.platform;
mac = 'MacPPC'

ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false

tabsSched = new Array ("teamOne", "teamTwo", "teamThree");


function gotosite(site) {            
	if (site != "") {                    
		self.location=site; 
	}
}



