// 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 (articleVoteService == null) var articleVoteService = {}; articleVoteService._path = '/dwr'; articleVoteService.saveRatingStatistics = function(p0, p1, p2, callback) { dwr.engine._execute(articleVoteService._path, 'articleVoteService', 'saveRatingStatistics', p0, p1, p2, callback); } articleVoteService.updateContentRating = function(p0, p1, callback) { dwr.engine._execute(articleVoteService._path, 'articleVoteService', 'updateContentRating', p0, p1, callback); }