// **************************************************// 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="https://worldcue.ijet.com/tic/AirCareEntry.public?user_id=ACCESS&password=olympia&access=8gkmHGEh5u"} else {     location="UnAuthorized.html"    } } else {     location="UnAuthorized.html"    } } 