if(typeof publish_SellForm == "undefined") publish_SellForm={};
publish_SellForm_class = function() {};
Object.extend(publish_SellForm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAreaList: function(parentId) {
		return this.invoke("GetAreaList", {"parentId":parentId}, this.GetAreaList.getArguments().slice(1));
	},
	url: '/ajaxpro/publish_SellForm,0577house.ashx'
}));
publish_SellForm = new publish_SellForm_class();

