/* author: f.wierckx@wanadoo.nl */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 17-03-09 */
function geHeim() {
  var password = prompt("Voer je wachtwoord in:", "")
  var location=password + ".html";
  this.location.href = location;
}
