top of page

STORMGYMUK LTD, registered as a limited company in England and Wales under company number: 13634154.

Registered Company Address: Flat 5 Wellington Court, Wellington Street, Luton, England, LU1 5AG

​

Terms of Use | Privacy & Cookie Policy | Trading Terms | Powered by Yell Business

© 2022. The content on this website is owned by us and our licensors. Do not copy any content (including images) without our consent.

bottom of page
import wixLocation from 'wix-location'; $w.onReady(function() { $w("#gymcatch").onMessage(function(event) { if (!event.data || !event.data.gymcatch) {return;} if (event.data.ready) { $w("#gymcatch").postMessage({wix:true, url:wixLocation.url, path: wixLocation.query.path}); } if (event.data.path) { wixLocation.to(`/${wixLocation.path.join('/')}?path=${event.data.path}`); } }); });