if(typeof AddComment == "undefined") AddComment={};
AddComment_class = function() {};
Object.extend(AddComment_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ClientAddComment: function(newsID, text) {
		return this.invoke("ClientAddComment", {"newsID":newsID, "text":text}, this.ClientAddComment.getArguments().slice(2));
	},
	url: '/ajaxpro/AddComment,App_Web_nvfcxzsl.ashx'
}));
AddComment = new AddComment_class();


