function CheckRep() {
	if (document.loginform.AcctPassword.value.substring(0,6) == "ADMIN:")
		document.loginform.action = "rep_login.asp"
}
