// **************************************************// Permission granted to use and/or redistribute this// script, so long as this notice remains intact.// www.WebPage-Tools.com / www.TheWebHut.com // **************************************************function authUser(form) { if (form.Username.value=="ACCESS") { if (form.Password.value=="olympia") {     location="http://theconcierge.vipdesk.com/vip/default.asp"} else {     location="UnAuthorized.html"    } } else {     location="UnAuthorized.html"    } } 