var AddressInformation = { getCity:function(searchParam,Type,callback,context){return new ajax_request(this.url + '?_method=getCity&_session=no','searchParam=' + enc(searchParam)+ '\r\nType=' + enc(Type),callback, context);}, getCityByCountry:function(searchParam,Type,CountryCode,callback,context){return new ajax_request(this.url + '?_method=getCityByCountry&_session=no','searchParam=' + enc(searchParam)+ '\r\nType=' + enc(Type)+ '\r\nCountryCode=' + enc(CountryCode),callback, context);}, getState:function(searchParam,Type,callback,context){return new ajax_request(this.url + '?_method=getState&_session=no','searchParam=' + enc(searchParam)+ '\r\nType=' + enc(Type),callback, context);}, url:'/ajax/Kale.Logistics.UPLIFT.UI.UserControls.AddressInformation,Kale.Logistics.UPLIFT.UI.ashx' }