<!--
var password, i;

password=prompt("Please enter password!","");
if (password=="level2done") {
  location="huh.php"
  i=4;
}
else {
alert("Wrong password, you'll go back to the index")
  location="index.php"
}

//-->