<!-- hide scriptfunction whereTo(){var pwd = prompt("Enter Password","")if(pwd != "dinosaur"){window.location = "http://www.lesley.edu/error/unauth.html"}else{window.location = "app_index.html"}}//end hiding script -->