var ForSalePropertySimpleSearch = { GetRewritedURL:function(CountryCode,StateID,StateName,CityID,CityName,callback,context){return new ajax_request(this.url + '?_method=GetRewritedURL&_session=no','CountryCode=' + enc(CountryCode)+ '\r\nStateID=' + enc(StateID)+ '\r\nStateName=' + enc(StateName)+ '\r\nCityID=' + enc(CityID)+ '\r\nCityName=' + enc(CityName),callback, context);}, cmbCountry_SelectedIndexChanged:function(CountryCode,callback,context){return new ajax_request(this.url + '?_method=cmbCountry_SelectedIndexChanged&_session=no','CountryCode=' + enc(CountryCode),callback, context);}, cmbState_SelectedIndexChanged:function(StateID,callback,context){return new ajax_request(this.url + '?_method=cmbState_SelectedIndexChanged&_session=no','StateID=' + enc(StateID),callback, context);}, GetCurrencyCode:function(CountryCode,callback,context){return new ajax_request(this.url + '?_method=GetCurrencyCode&_session=no','CountryCode=' + enc(CountryCode),callback, context);}, url:'/ajax/Universal.PMS.Web.UserControls.ForSalePropertySimpleSearch,App_Web_forsalepropertysimplesearch.ascx.6bb32623.bogxhtoz.ashx' }