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.RegionCommentAjax == "undefined") Goohom.Web.Ajax.RegionCommentAjax={};
Goohom.Web.Ajax.RegionCommentAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.RegionCommentAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PageHTML: function() {
		return this.invoke("PageHTML", {}, this.PageHTML.getArguments().slice(0));
	},
	GetRegionCommentHtml: function(infoId, type, orderby, isdesc, rowNum, pageIndex, Href) {
		return this.invoke("GetRegionCommentHtml", {"infoId":infoId, "type":type, "orderby":orderby, "isdesc":isdesc, "rowNum":rowNum, "pageIndex":pageIndex, "Href":Href}, this.GetRegionCommentHtml.getArguments().slice(7));
	},
	SendRegionComment: function(regionId, infoId, typeid, orderby, commenter, CiteContext, commentCon, rowNum, Href) {
		return this.invoke("SendRegionComment", {"regionId":regionId, "infoId":infoId, "typeid":typeid, "orderby":orderby, "commenter":commenter, "CiteContext":CiteContext, "commentCon":commentCon, "rowNum":rowNum, "Href":Href}, this.SendRegionComment.getArguments().slice(9));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.RegionCommentAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.RegionCommentAjax = new Goohom.Web.Ajax.RegionCommentAjax_class();

