function gateKeeper() { 
   var password = prompt("Bitte geben Sie das Passwort ein:", "")
   var location = "safe_" + password + ".html"; 
   this.location.href = location; 
}  
