if(typeof Goohom == "undefined") Goohom={};
if(typeof Goohom.Web == "undefined") Goohom.Web={};
if(typeof Goohom.Web.Ajax == "undefined") Goohom.Web.Ajax={};
if(typeof Goohom.Web.Ajax.HouseAjax == "undefined") Goohom.Web.Ajax.HouseAjax={};
Goohom.Web.Ajax.HouseAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.HouseAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHouseRend: function(count, regionId, type) {
		return this.invoke("GetHouseRend", {"count":count, "regionId":regionId, "type":type}, this.GetHouseRend.getArguments().slice(3));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.HouseAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.HouseAjax = new Goohom.Web.Ajax.HouseAjax_class();

