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