// 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 (ProductServiceProxy == null) var ProductServiceProxy = {}; ProductServiceProxy._path = '/helmweb/dwr'; ProductServiceProxy.hasRebate = function(p0, p1, callback) { dwr.engine._execute(ProductServiceProxy._path, 'ProductServiceProxy', 'hasRebate', p0, p1, callback); } ProductServiceProxy.getQuoteRebateDetails = function(p0, p1, callback) { dwr.engine._execute(ProductServiceProxy._path, 'ProductServiceProxy', 'getQuoteRebateDetails', p0, p1, callback); } ProductServiceProxy.getChangeCoverRebateDetails = function(p0, p1, callback) { dwr.engine._execute(ProductServiceProxy._path, 'ProductServiceProxy', 'getChangeCoverRebateDetails', p0, p1, callback); }