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.HouseCommentAjax == "undefined") Goohom.Web.Ajax.HouseCommentAjax={};
Goohom.Web.Ajax.HouseCommentAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.HouseCommentAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHouseCommentHtml: function(houseid, housetype, rowNum, pageIndex, Href) {
		return this.invoke("GetHouseCommentHtml", {"houseid":houseid, "housetype":housetype, "rowNum":rowNum, "pageIndex":pageIndex, "Href":Href}, this.GetHouseCommentHtml.getArguments().slice(5));
	},
	PageHTML: function() {
		return this.invoke("PageHTML", {}, this.PageHTML.getArguments().slice(0));
	},
	SendHouseComment: function(houseid, housetype, rowNum, commenter, CiteContext, commentCon, Href) {
		return this.invoke("SendHouseComment", {"houseid":houseid, "housetype":housetype, "rowNum":rowNum, "commenter":commenter, "CiteContext":CiteContext, "commentCon":commentCon, "Href":Href}, this.SendHouseComment.getArguments().slice(7));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.HouseCommentAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.HouseCommentAjax = new Goohom.Web.Ajax.HouseCommentAjax_class();

