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