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