var Register = { CheckCode:function(loginname,callback,context){return new ajax_request(this.url + '?_method=CheckCode&_session=no','loginname=' + enc(loginname),callback, context);}, GetCode:function(mobile,callback,context){return new ajax_request(this.url + '?_method=GetCode&_session=rw','mobile=' + enc(mobile),callback, context);}, url:'/ajax/XXT.register.Register,XXT.ashx' }