thisuser = (GetCookie ("userid")) + (GetCookie ("password"));

if (thisuser != "golfsurgical" ) {
	window.location.replace("login.htm");
}
