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