// 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 (whiteList == null) var whiteList = {}; whiteList._path = '/websitesicredi/dwr'; whiteList.isPermitted = function(p0, p1, callback) { dwr.engine._execute(whiteList._path, 'whiteList', 'isPermitted', p0, p1, callback); }