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.VideoCommentAjax == "undefined") Goohom.Web.Ajax.VideoCommentAjax={};
Goohom.Web.Ajax.VideoCommentAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.VideoCommentAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetVideoCommentHtml: function(videoId, rowNum, pageIndex, Href) {
		return this.invoke("GetVideoCommentHtml", {"videoId":videoId, "rowNum":rowNum, "pageIndex":pageIndex, "Href":Href}, this.GetVideoCommentHtml.getArguments().slice(4));
	},
	PageHTML: function() {
		return this.invoke("PageHTML", {}, this.PageHTML.getArguments().slice(0));
	},
	SendVideoComment: function(videoId, rowNum, commenter, CiteContext, commentCon, Href) {
		return this.invoke("SendVideoComment", {"videoId":videoId, "rowNum":rowNum, "commenter":commenter, "CiteContext":CiteContext, "commentCon":commentCon, "Href":Href}, this.SendVideoComment.getArguments().slice(6));
	},
	GetVideoId: function(name) {
		return this.invoke("GetVideoId", {"name":name}, this.GetVideoId.getArguments().slice(1));
	},
	SaveHouseComment: function(questionId, commenter, commentCon) {
		return this.invoke("SaveHouseComment", {"questionId":questionId, "commenter":commenter, "commentCon":commentCon}, this.SaveHouseComment.getArguments().slice(3));
	},
	getAnswer: function(questId) {
		return this.invoke("getAnswer", {"questId":questId}, this.getAnswer.getArguments().slice(1));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.VideoCommentAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.VideoCommentAjax = new Goohom.Web.Ajax.VideoCommentAjax_class();

