i=0;

function Check(){

i++;

p="5454";

wo=document.PA.pass2.value;

if(wo==p){

location.href="ownner/password_page_success.html";

}

else{

alert("パスワードが間違っています");

document.PA.pass2.value="";

if(i>=2){

location.href="ownner/password_page_error.html";

}}}
