<!-- Hide the script from old browsers --
function jsitGetPW() {var sPw = prompt('Please Enter Your Password','');if (sPw != "argos00") {alert('You failed to type in the correct password.');location.href="incorrect2.html";}}
jsitGetPW();//---------------->