/* FILE ARCHIVED ON 16:45:00 Jan 16, 2009 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 11:27:48 Oct 11, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ // 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); }