// 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 (RemoteFunction == null) var RemoteFunction = {}; RemoteFunction._path = '/us/dwr'; RemoteFunction.logOut = function(callback) { dwr.engine._execute(RemoteFunction._path, 'RemoteFunction', 'logOut', false, false, false, callback); } RemoteFunction.getUserName = function(callback) { dwr.engine._execute(RemoteFunction._path, 'RemoteFunction', 'getUserName', false, false, false, callback); } RemoteFunction.checkOther3Login = function(p0, p1, p2, p3, callback) { dwr.engine._execute(RemoteFunction._path, 'RemoteFunction', 'checkOther3Login', p0, p1, p2, p3, false, false, false, callback); } RemoteFunction.checkLogin = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(RemoteFunction._path, 'RemoteFunction', 'checkLogin', p0, p1, p2, p3, p4, p5, false, false, false, callback); } RemoteFunction.getTHREENETSSOPARAMETERS = function(callback) { dwr.engine._execute(RemoteFunction._path, 'RemoteFunction', 'getTHREENETSSOPARAMETERS', false, false, false, callback); } RemoteFunction.getActivityUser = function(p0, callback) { dwr.engine._execute(RemoteFunction._path, 'RemoteFunction', 'getActivityUser', p0, callback); } RemoteFunction.getActivityUser2 = function(p0, callback) { dwr.engine._execute(RemoteFunction._path, 'RemoteFunction', 'getActivityUser2', p0, callback); }