if(typeof Allers == "undefined") Allers={};
if(typeof Allers.Framework == "undefined") Allers.Framework={};
if(typeof Allers.Framework.Templates == "undefined") Allers.Framework.Templates={};
if(typeof Allers.Framework.Templates.ContentBlocks == "undefined") Allers.Framework.Templates.ContentBlocks={};
if(typeof Allers.Framework.Templates.ContentBlocks.AdvertisementSearchForm == "undefined") Allers.Framework.Templates.ContentBlocks.AdvertisementSearchForm={};
Allers.Framework.Templates.ContentBlocks.AdvertisementSearchForm_class = function() {};
Object.extend(Allers.Framework.Templates.ContentBlocks.AdvertisementSearchForm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCities: function(countyId) {
		return this.invoke("GetCities", {"countyId":countyId}, this.GetCities.getArguments().slice(1));
	},
	url: '/ajaxpro/Allers.Framework.Templates.ContentBlocks.AdvertisementSearchForm,Allers.Framework.ashx'
}));
Allers.Framework.Templates.ContentBlocks.AdvertisementSearchForm = new Allers.Framework.Templates.ContentBlocks.AdvertisementSearchForm_class();

