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