// 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 (TPCommunityService == null) var TPCommunityService = {}; TPCommunityService._path = '/dwr'; TPCommunityService.clearFeaturedStatus = function(p0, callback) { dwr.engine._execute(TPCommunityService._path, 'TPCommunityService', 'clearFeaturedStatus', p0, callback); }