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