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