// 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 (ReportAbuse == null) var ReportAbuse = {}; ReportAbuse._path = '/dwr'; ReportAbuse.createBrokenLinkNotification = function(p0, p1, callback) { dwr.engine._execute(ReportAbuse._path, 'ReportAbuse', 'createBrokenLinkNotification', p0, p1, callback); } ReportAbuse.createUserContentAbuse = function(p0, p1, p2, p3, callback) { dwr.engine._execute(ReportAbuse._path, 'ReportAbuse', 'createUserContentAbuse', p0, p1, p2, p3, callback); } ReportAbuse.setAbuseText = function(p0, p1, p2, p3, callback) { dwr.engine._execute(ReportAbuse._path, 'ReportAbuse', 'setAbuseText', p0, p1, p2, p3, callback); }