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