/*********************************************************
             GateKeeper v2.3 - by Joe Barta
            http://www.pagetutor.com/keeper/
     Permission is granted to freely use this script.
**********************************************************/
// You can edit the following line to change the status bar message. 
var statusMsg = "Call JDS Technologies for the current Dealer Password." 

function gateKeeper() {
   var password = prompt("Password required:", "");
   if (password) { this.location.href = password + ".html"; }}

