var AjaxMethod = { GetCityList:function(Province,callback,context){return new ajax_request(this.url + '?_method=GetCityList&_session=r','Province=' + enc(Province),callback, context);}, url:'/ajax/AjaxMethod,App_Code.ashx' }