var AreaAjax = { GetStates:function(Country,callback,context){return new ajax_request(this.url + '?_method=GetStates&_session=r','Country=' + enc(Country),callback, context);}, GetCities:function(Country,State,callback,context){return new ajax_request(this.url + '?_method=GetCities&_session=r','Country=' + enc(Country)+ '\r\nState=' + enc(State),callback, context);}, url:'/ajax/ChinaVM.AreaAjax,ChinaVM.ashx' }