// 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 (DWRAuthorize == null) var DWRAuthorize = {}; DWRAuthorize._path = '/lzgl/dwr'; DWRAuthorize.authorize = function(p0, p1, p2, p3, callback) { dwr.engine._execute(DWRAuthorize._path, 'DWRAuthorize', 'authorize', p0, p1, p2, p3, callback); } DWRAuthorize.authorizeSys = function(p0, p1, p2, callback) { dwr.engine._execute(DWRAuthorize._path, 'DWRAuthorize', 'authorizeSys', p0, p1, p2, callback); } DWRAuthorize.saveCookie = function(p0, p1, callback) { dwr.engine._execute(DWRAuthorize._path, 'DWRAuthorize', 'saveCookie', p0, p1, callback); }