var input;
input=prompt ("Enter the password for access to the UIAQC packet archive:","");
if (input == "hkdangerduo"){
  window.location.href="http://www.uiowa.edu/~quizbowl/archive/warehouse"; 
  }
else{
  window.location.href="http://www.uiowa.edu/~quizbowl";
  }

