function pass() {
 var p = document.fm.word.value;
 if(p == "goma2bara") {   
   location.href = "submit.html"; 
 }
 else {
  alert("The password is different!");
 }
}

