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