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