if (typeof CommentBean != "function") { function CommentBean() { this.userID = 0; this.body = null; this.moderated = false; this.objectID = 0; this.email = null; this.name = null; this.commentID = 0; this.URL = null; this.objectType = 0; } } // 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 (BlogTrackback == null) var BlogTrackback = {}; BlogTrackback._path = '/home/dwr'; BlogTrackback.setAuthenticationProvider = function(p0, callback) { dwr.engine._execute(BlogTrackback._path, 'BlogTrackback', 'setAuthenticationProvider', p0, callback); } BlogTrackback.setGlobalRenderManager = function(p0, callback) { dwr.engine._execute(BlogTrackback._path, 'BlogTrackback', 'setGlobalRenderManager', p0, callback); } BlogTrackback.setBlogManager = function(p0, callback) { dwr.engine._execute(BlogTrackback._path, 'BlogTrackback', 'setBlogManager', p0, callback); } BlogTrackback.deleteTrackback = function(p0, p1, callback) { dwr.engine._execute(BlogTrackback._path, 'BlogTrackback', 'deleteTrackback', p0, p1, false, callback); } BlogTrackback.updateTrackback = function(p0, callback) { dwr.engine._execute(BlogTrackback._path, 'BlogTrackback', 'updateTrackback', p0, false, callback); }