// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (AjaxReaderComments == null) var AjaxReaderComments = {}; AjaxReaderComments._path = '/dwr'; AjaxReaderComments.paginateReaderComments = function(p0, p1, p2, callback) { dwr.engine._execute(AjaxReaderComments._path, 'AjaxReaderComments', 'paginateReaderComments', p0, p1, p2, callback); } AjaxReaderComments.getReaderCommentsCountForArticles = function(p0, callback) { dwr.engine._execute(AjaxReaderComments._path, 'AjaxReaderComments', 'getReaderCommentsCountForArticles', p0, callback); } AjaxReaderComments.getSomeReaderComments = function(p0, p1, callback) { dwr.engine._execute(AjaxReaderComments._path, 'AjaxReaderComments', 'getSomeReaderComments', p0, p1, callback); } AjaxReaderComments.incrementReaderCommentVoteCount = function(p0, callback) { dwr.engine._execute(AjaxReaderComments._path, 'AjaxReaderComments', 'incrementReaderCommentVoteCount', p0, callback); } AjaxReaderComments.decrementReaderCommentVoteCount = function(p0, callback) { dwr.engine._execute(AjaxReaderComments._path, 'AjaxReaderComments', 'decrementReaderCommentVoteCount', p0, callback); }