// ------------------- 8/25/2007 4:04:22 PM ---------------------------------->
// ------------------- - Verify.js - ----------------------------------------->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function check() {
var tester = document.login.numThree.value;
if (tester == "") {
alert ("I'm sorry, that code is not correct.");
}
else
{
if (tester == "XxYyZz") {
// This opens in a new window
//window.open('888-5SpyCam_HowToeBook.php');
// This opens in the current window
parent.location.href='888-5SpyCam_HowToeBook.php';
//alert ("That is correct!");
}
else {
alert ("Nope! Sorry, wrong password");
      }
   }
}
// End -->