function passProt() {
var password = "";
password=prompt('Enter 6 letter password <Elsie`s maiden name>', '');
if (password == "Cumber") {
location.href= "henryfamily.htm" }

else {
location.href= "http:\\bjtechserv.com\index.html" };
}

passProt()