
a = prompt("Please enter password!","");
date = new Date();
  year = date.getYear();
    b = year+12;
if(a == b){
    alert("Good job! You got it!");
    window.location.href=year+".php";
  }
  else
  {
    alert("Try it again!");

  }

