// 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 (Suggestions == null) var Suggestions = {}; Suggestions._path = '/gobb/dwr'; Suggestions.search = function(p0, p1, p2, p3, callback) { dwr.engine._execute(Suggestions._path, 'Suggestions', 'search', p0, p1, p2, p3, callback); } Suggestions.getAllKeywords = function(callback) { dwr.engine._execute(Suggestions._path, 'Suggestions', 'getAllKeywords', callback); } Suggestions.getSuggestions = function(p0, callback) { dwr.engine._execute(Suggestions._path, 'Suggestions', 'getSuggestions', p0, callback); } Suggestions.getRelatedCategories = function(p0, p1, p2, callback) { dwr.engine._execute(Suggestions._path, 'Suggestions', 'getRelatedCategories', p0, p1, p2, callback); } Suggestions.getManufacturers = function(p0, p1, callback) { dwr.engine._execute(Suggestions._path, 'Suggestions', 'getManufacturers', p0, p1, callback); } Suggestions.getManufacturerInfo = function(p0, p1, callback) { dwr.engine._execute(Suggestions._path, 'Suggestions', 'getManufacturerInfo', p0, p1, callback); }