if(typeof Ruyijia == "undefined") Ruyijia={};
if(typeof Ruyijia.Ajax == "undefined") Ruyijia.Ajax={};
Ruyijia.Ajax.CommentAction_class = function() {};
Object.extend(Ruyijia.Ajax.CommentAction_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	WriteComment: function(Username, password, Content, ArticleID) {
		return this.invoke("WriteComment", {"Username":Username, "password":password, "Content":Content, "ArticleID":ArticleID}, this.WriteComment.getArguments().slice(4));
	},
	url: '/ajaxpro/Ruyijia.Ajax.CommentAction,Web.News.ashx'
}));
Ruyijia.Ajax.CommentAction = new Ruyijia.Ajax.CommentAction_class();


