// 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 (BetProxy == null) var BetProxy = {}; BetProxy._path = '/livebets/dwr'; BetProxy.placeCoupon = function(p0, callback) { dwr.engine._execute(BetProxy._path, 'BetProxy', 'placeCoupon', p0, callback); } BetProxy.changeCoupon = function(p0, callback) { dwr.engine._execute(BetProxy._path, 'BetProxy', 'changeCoupon', p0, callback); } BetProxy.checkCouponStatus = function(p0, callback) { dwr.engine._execute(BetProxy._path, 'BetProxy', 'checkCouponStatus', p0, callback); }