var AjaxServer = { CheckUserName:function(Loginname,callback,context){return new ajax_request(this.url + '?_method=CheckUserName&_session=no','Loginname=' + enc(Loginname),callback, context);}, CheckEmail:function(email,callback,context){return new ajax_request(this.url + '?_method=CheckEmail&_session=no','email=' + enc(email),callback, context);}, CheckMobile:function(Mobile,callback,context){return new ajax_request(this.url + '?_method=CheckMobile&_session=no','Mobile=' + enc(Mobile),callback, context);}, CheckMobileOne:function(Mobile,userid,callback,context){return new ajax_request(this.url + '?_method=CheckMobileOne&_session=no','Mobile=' + enc(Mobile)+ '\r\nuserid=' + enc(userid),callback, context);}, CheckMobileOther:function(Mobile,callback,context){return new ajax_request(this.url + '?_method=CheckMobileOther&_session=no','Mobile=' + enc(Mobile),callback, context);}, CheckEnterpriseName:function(loginName,callback,context){return new ajax_request(this.url + '?_method=CheckEnterpriseName&_session=no','loginName=' + enc(loginName),callback, context);}, CheckCode:function(checkCode,callback,context){return new ajax_request(this.url + '?_method=CheckCode&_session=r','checkCode=' + enc(checkCode),callback, context);}, url:'/ajax/AjaxServer,App_Code.ap23hgul.ashx' }