// 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 (InfoBlast == null) var InfoBlast = {}; InfoBlast._path = '/dwr'; InfoBlast.getActiveInfoBlast = function(p0, callback) { dwr.engine._execute(InfoBlast._path, 'InfoBlast', 'getActiveInfoBlast', p0, callback); } InfoBlast.redirectEMR = function(callback) { dwr.engine._execute(InfoBlast._path, 'InfoBlast', 'redirectEMR', callback); }