
function GateKeeper() {
   var password = prompt("Enter Password:", "");
   if (password) { this.location.href = "studio/client/" + password + ".html"; }}
