if(typeof Article == "undefined") Article={};
Article_class = function() {};
Object.extend(Article_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SilentModComment: function(commentId, resourceId) {
		return this.invoke("SilentModComment", {"commentId":commentId, "resourceId":resourceId}, this.SilentModComment.getArguments().slice(2));
	},
	RateCommentSix: function(commentId, resourceId) {
		return this.invoke("RateCommentSix", {"commentId":commentId, "resourceId":resourceId}, this.RateCommentSix.getArguments().slice(2));
	},
	ModerateComment: function(commentId, resourceId) {
		return this.invoke("ModerateComment", {"commentId":commentId, "resourceId":resourceId}, this.ModerateComment.getArguments().slice(2));
	},
	RateCommentUp: function(commentId, resourceId) {
		return this.invoke("RateCommentUp", {"commentId":commentId, "resourceId":resourceId}, this.RateCommentUp.getArguments().slice(2));
	},
	RateCommentDown: function(commentId, resourceId) {
		return this.invoke("RateCommentDown", {"commentId":commentId, "resourceId":resourceId}, this.RateCommentDown.getArguments().slice(2));
	},
	RenderCommentTreeHTML: function(commentId, ThreshHold, ResourceId, expand) {
		return this.invoke("RenderCommentTreeHTML", {"commentId":commentId, "ThreshHold":ThreshHold, "ResourceId":ResourceId, "expand":expand}, this.RenderCommentTreeHTML.getArguments().slice(4));
	},
	url: '/ajaxpro/Article,DailyTech.ashx'
}));
Article = new Article_class();

