// 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 (registration == null) var registration = {}; registration._path = '/ebarapp/dwrcommon'; registration.isPasswordValid = function(p0, callback) { dwr.engine._execute(registration._path, 'registration', 'isPasswordValid', p0, callback); } registration.doesNCBEExist = function(p0, callback) { dwr.engine._execute(registration._path, 'registration', 'doesNCBEExist', p0, callback); } registration.doesUserExist = function(p0, p1, callback) { dwr.engine._execute(registration._path, 'registration', 'doesUserExist', p0, p1, callback); } registration.isValidUserName = function(p0, callback) { dwr.engine._execute(registration._path, 'registration', 'isValidUserName', p0, callback); } registration.isValidSsn = function(p0, callback) { dwr.engine._execute(registration._path, 'registration', 'isValidSsn', p0, callback); } registration.main = function(p0, callback) { dwr.engine._execute(registration._path, 'registration', 'main', p0, callback); }