// 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 (commentReelTimeDWR == null) var commentReelTimeDWR = {}; commentReelTimeDWR._path = '/comments/dwr'; commentReelTimeDWR.addComment = function(p0, p1, p2, p3, callback) { dwr.engine._execute(commentReelTimeDWR._path, 'commentReelTimeDWR', 'addComment', p0, p1, p2, p3, false, false, callback); } commentReelTimeDWR.getMoreComments = function(p0, p1, callback) { dwr.engine._execute(commentReelTimeDWR._path, 'commentReelTimeDWR', 'getMoreComments', p0, p1, false, false, callback); }