// 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.getReaderComments = function(p0, callback) { dwr.engine._execute(AjaxReaderComments._path, 'AjaxReaderComments', 'getReaderComments', p0, 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); }