

function GateKeeper() {
  var password = prompt("Your bording pass please?", "");
  if (password) { this.location.href = password + ".html"; }}



