<!-- BEGIN Script  
// This script is copyright 1997... if there are problems, contact Jwegated    
// at jwegated@psynet.net of http://www.psynet.net/jwegated    
// where to go if wrong password...    
var wrong="redirect.htm";    
// password...    
var password="mjwconscfm";    
// prompts the user this...    
var name = prompt("Enter password:","Password");    
// if... else statement... right, confirm this, wrong, go to wrong...    
if (name == password) {(confirm("Welcome to the Milton J. Wood Company Intranet!"))}    
else {location.href=wrong}    
// END Script -->    



