// 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 (PendantDwr == null) var PendantDwr = {}; PendantDwr._path = '/dwr'; PendantDwr.inCart = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(PendantDwr._path, 'PendantDwr', 'inCart', p0, p1, p2, p3, p4, callback); } PendantDwr.showCart = function(callback) { dwr.engine._execute(PendantDwr._path, 'PendantDwr', 'showCart', callback); } PendantDwr.updateNum = function(p0, p1, callback) { dwr.engine._execute(PendantDwr._path, 'PendantDwr', 'updateNum', p0, p1, callback); } PendantDwr.deleteCart = function(p0, callback) { dwr.engine._execute(PendantDwr._path, 'PendantDwr', 'deleteCart', p0, callback); }