try{var MF;if("undefined"===typeof MF){MF={};}if("undefined"===typeof MF.Comments){MF.Comments={};}MF.Comments.Service=new JsonFx.IO.Service("/Features/Comments/Services/CommentsService.jrpc");MF.Comments.Service.deleteComment=function(commentId,opt){this.invoke("deleteComment",[commentId],opt);};MF.Comments.Service.getComment=function(commentId,opt){this.invoke("getComment",[commentId],opt);};MF.Comments.Service.getComments=function(discussionId,start,count,contentType,opt){this.invoke("getComments",[discussionId,start,count,contentType],opt);};MF.Comments.Service.getCommentText=function(commentId,opt){this.invoke("getCommentText",[commentId],opt);};MF.Comments.Service.postComment=function(discussionId,message,contentType,opt){this.invoke("postComment",[discussionId,message,contentType],opt);};MF.Comments.Service.updateComment=function(commentId,message,opt){this.invoke("updateComment",[commentId,message],opt);};}catch(ex){}