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.AdvertisementEdit == "undefined") Allers.Framework.Templates.ContentBlocks.AdvertisementEdit={};
Allers.Framework.Templates.ContentBlocks.AdvertisementEdit_class = function() {};
Object.extend(Allers.Framework.Templates.ContentBlocks.AdvertisementEdit_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.AdvertisementEdit,Allers.Framework.ashx'
}));
Allers.Framework.Templates.ContentBlocks.AdvertisementEdit = new Allers.Framework.Templates.ContentBlocks.AdvertisementEdit_class();

