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