var CreateSuggestion = { SendYzCode:function(phone,callback,context){return new ajax_request(this.url + '?_method=SendYzCode&_session=rw','phone=' + enc(phone),callback, context);}, GetYzCode:function(callback,context){return new ajax_request(this.url + '?_method=GetYzCode&_session=rw','',callback, context);}, url:'/SuggestionCms/ajax/SuggestionCms.WebSuggestion.CreateSuggestion,SuggestionCms.ashx' }