var submitNew = { SendYzCode:function(phone,callback,context){return new ajax_request(this.url + '?_method=SendYzCode&_session=no','phone=' + enc(phone),callback, context);}, GetYzCode:function(yzcode,phone,callback,context){return new ajax_request(this.url + '?_method=GetYzCode&_session=no','yzcode=' + enc(yzcode)+ '\r\nphone=' + enc(phone),callback, context);}, url:'/ApplyInfo_ls/ajax/ApplyInfo.submitNew,ApplyInfo.ashx' }