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 (MoreLikeThis == null) var MoreLikeThis = {}; MoreLikeThis._path = '/home/dwr'; MoreLikeThis.getMoreLikeThisResults = function(p0, p1, p2, callback) { dwr.engine._execute(MoreLikeThis._path, 'MoreLikeThis', 'getMoreLikeThisResults', p0, p1, p2, callback); }