// 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 (CommentsDwr == null) var CommentsDwr = {}; CommentsDwr._path = '/dwr'; CommentsDwr.getTopicMessagesHtml = function(p0, p1, p2, callback) { dwr.engine._execute(CommentsDwr._path, 'CommentsDwr', 'getTopicMessagesHtml', p0, p1, p2, callback); } CommentsDwr.postCommentMaterial = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(CommentsDwr._path, 'CommentsDwr', 'postCommentMaterial', p0, p1, p2, p3, p4, p5, callback); } CommentsDwr.postCommentTopic = function(p0, p1, p2, p3, callback) { dwr.engine._execute(CommentsDwr._path, 'CommentsDwr', 'postCommentTopic', p0, p1, p2, p3, callback); } CommentsDwr.postTopic = function(p0, p1, p2, callback) { dwr.engine._execute(CommentsDwr._path, 'CommentsDwr', 'postTopic', p0, p1, p2, callback); } CommentsDwr.getHtml = function(callback) { dwr.engine._execute(CommentsDwr._path, 'CommentsDwr', 'getHtml', callback); } CommentsDwr.getHtml = function(p0, callback) { dwr.engine._execute(CommentsDwr._path, 'CommentsDwr', 'getHtml', p0, callback); } CommentsDwr.insertHtml = function(p0, callback) { dwr.engine._execute(CommentsDwr._path, 'CommentsDwr', 'insertHtml', p0, callback); } CommentsDwr.insertHtml = function(p0, p1, callback) { dwr.engine._execute(CommentsDwr._path, 'CommentsDwr', 'insertHtml', p0, p1, callback); }