function ArticleComments() { } ArticleComments._path = '/ajax/dwr'; ArticleComments.getComment = function(p0, callback) { DWREngine._execute(ArticleComments._path, 'ArticleComments', 'getComment', p0, callback); } ArticleComments.getComments = function(p0, callback) { DWREngine._execute(ArticleComments._path, 'ArticleComments', 'getComments', p0, callback); } ArticleComments.insertComment = function(p0, p1, p2, p3, callback) { DWREngine._execute(ArticleComments._path, 'ArticleComments', 'insertComment', p0, p1, p2, p3, callback); } ArticleComments.updateCommentStatus = function(p0, p1, callback) { DWREngine._execute(ArticleComments._path, 'ArticleComments', 'updateCommentStatus', p0, p1, callback); } ArticleComments.insertActiveComment = function(p0, p1, p2, callback) { DWREngine._execute(ArticleComments._path, 'ArticleComments', 'insertActiveComment', p0, p1, p2, callback); } ArticleComments.flagComment = function(p0, callback) { DWREngine._execute(ArticleComments._path, 'ArticleComments', 'flagComment', p0, callback); }