// Provide a default path to DWREngine if (DWREngine == null) { var DWREngine = {}; } DWREngine._defaultPath = '/dwr'; function check() { } check._path = '/dwr'; check.checkLoginId = function(p0, callback) { DWREngine._execute(check._path, 'check', 'checkLoginId', p0, callback); } check.checkEmail = function(p0, callback) { DWREngine._execute(check._path, 'check', 'checkEmail', p0, callback); }