// 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 (Auth == null) var Auth = {}; Auth._path = '/dwr'; Auth.getEmployeeLoginInfo = function(p0, p1, callback) { dwr.engine._execute(Auth._path, 'Auth', 'getEmployeeLoginInfo', p0, p1, callback); } Auth.getEmployeeCompaniesInfo = function(p0, callback) { dwr.engine._execute(Auth._path, 'Auth', 'getEmployeeCompaniesInfo', p0, callback); } Auth.sendForgottenPassword = function(p0, p1, callback) { dwr.engine._execute(Auth._path, 'Auth', 'sendForgottenPassword', p0, p1, callback); } Auth.getCustomerLoginInfo = function(p0, p1, callback) { dwr.engine._execute(Auth._path, 'Auth', 'getCustomerLoginInfo', p0, p1, callback); } Auth.sendPhoneNumber = function(p0, callback) { dwr.engine._execute(Auth._path, 'Auth', 'sendPhoneNumber', p0, callback); }