<!--Hide script from older browsers  
// 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="wrong.htm";    
// password...    
var password="bookbarn";    
// prompts the user this...    
var name = prompt("Please type in the password below. Then click OK.");    
// if... else statement... right, confirm this, wrong, go to wrong...    
if (name == password) {(confirm("Karen, welcome to your private order form area! I hope this makes things a little easier for you!"))}    
else {location.href=wrong}   
// END hiding Script -->