<!-- Hide this script from other browsers
function password() {
   PassIn = prompt('Please enter your Virtual Helmet Museum and Club member password',"");
   if(PassIn=="VHMRULES") {
      location = 'http://vhmhelmetclub.com/truemain34.html';
   } else {
      alert("Please try to enter the password again. Or contact Rich for membership application.")
   } 
}

// end hiding -->
