<!--hide script from old browsers
     function gateKeeper() {
        var password = prompt("Password required:", "")
        var location=password + ".html";
        parent.location.href = location;
     }
//end hiding contents-->