var AjaxMethod = { CheckCheckCode:function(inputcode,callback,context){return new ajax_request(this.url + '?_method=CheckCheckCode&_session=r','inputcode=' + enc(inputcode),callback, context);}, CheckUserLoginName:function(LoginName,callback,context){return new ajax_request(this.url + '?_method=CheckUserLoginName&_session=r','LoginName=' + enc(LoginName),callback, context);}, Checkoldpass:function(oldpass,LoginName,callback,context){return new ajax_request(this.url + '?_method=Checkoldpass&_session=r','oldpass=' + enc(oldpass)+ '\r\nLoginName=' + enc(LoginName),callback, context);}, ckCardNo:function(CardNo,callback,context){return new ajax_request(this.url + '?_method=ckCardNo&_session=r','CardNo=' + enc(CardNo),callback, context);}, CheckClientIP:function(cip,callback,context){return new ajax_request(this.url + '?_method=CheckClientIP&_session=r','cip=' + enc(cip),callback, context);}, Checkemail:function(strmail,callback,context){return new ajax_request(this.url + '?_method=Checkemail&_session=r','strmail=' + enc(strmail),callback, context);}, url:'/ajax/AjaxMethod,App_Code.1hgphj1o.ashx' }