// JavaScript Document

<!--
i=0;
function Check(){
        i++;
        p="銀座";
        wo=document.PA.pass.value;
        if(wo==p){location.href="http://www.web-nicholson.com/namecard1st.php";}
        else{
                
                document.PA.pass.value="";
                if(i>=1){location.href="http://www.web-nicholson.com/error/";}
        }
}
// -->