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.NNewsCommentAjax == "undefined") Goohom.Web.Ajax.NNewsCommentAjax={};
Goohom.Web.Ajax.NNewsCommentAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.NNewsCommentAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNewsCommentHtml: function(newsId, rowNum, pageIndex, Href) {
		return this.invoke("GetNewsCommentHtml", {"newsId":newsId, "rowNum":rowNum, "pageIndex":pageIndex, "Href":Href}, this.GetNewsCommentHtml.getArguments().slice(4));
	},
	PageHTML: function() {
		return this.invoke("PageHTML", {}, this.PageHTML.getArguments().slice(0));
	},
	SendNNewsComment: function(newsId, rowNum, commenter, CiteContext, commentCon, Href) {
		return this.invoke("SendNNewsComment", {"newsId":newsId, "rowNum":rowNum, "commenter":commenter, "CiteContext":CiteContext, "commentCon":commentCon, "Href":Href}, this.SendNNewsComment.getArguments().slice(6));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.NNewsCommentAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.NNewsCommentAjax = new Goohom.Web.Ajax.NNewsCommentAjax_class();

