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