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.InfoAjax == "undefined") Goohom.Web.Ajax.InfoAjax={};
Goohom.Web.Ajax.InfoAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.InfoAjax_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));
	},
	GetRegionOInfo: function(top, regionId, typeId) {
		return this.invoke("GetRegionOInfo", {"top":top, "regionId":regionId, "typeId":typeId}, this.GetRegionOInfo.getArguments().slice(3));
	},
	GetRegionInfo: function(top, regionId, typeId) {
		return this.invoke("GetRegionInfo", {"top":top, "regionId":regionId, "typeId":typeId}, this.GetRegionInfo.getArguments().slice(3));
	},
	GetRegionInfoByTypeId: function(top, regionId, typeId, type) {
		return this.invoke("GetRegionInfoByTypeId", {"top":top, "regionId":regionId, "typeId":typeId, "type":type}, this.GetRegionInfoByTypeId.getArguments().slice(4));
	},
	DelOneRegionInfo: function(id) {
		return this.invoke("DelOneRegionInfo", {"id":id}, this.DelOneRegionInfo.getArguments().slice(1));
	},
	SetInfoS: function(id, s) {
		return this.invoke("SetInfoS", {"id":id, "s":s}, this.SetInfoS.getArguments().slice(2));
	},
	SetInfoC: function(id) {
		return this.invoke("SetInfoC", {"id":id}, this.SetInfoC.getArguments().slice(1));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.InfoAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.InfoAjax = new Goohom.Web.Ajax.InfoAjax_class();

