// 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 (ShopAdminService == null) var ShopAdminService = {}; ShopAdminService._path = '/dwr'; ShopAdminService.ajaxcheckedUser = function(p0, callback) { dwr.engine._execute(ShopAdminService._path, 'ShopAdminService', 'ajaxcheckedUser', p0, callback); } ShopAdminService.ajaxcheckedEmail = function(p0, callback) { dwr.engine._execute(ShopAdminService._path, 'ShopAdminService', 'ajaxcheckedEmail', p0, callback); }