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