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