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