Track
Annika Kinley takes 3rd in the Outdoor Nationals making her an All-American!
Article found at oh.milesplit.com
Congrats to Annika Kinley on her 3rd place finish in the high jump at nationals! That makes Annika an All-American! Incredible way to close out her high school career!@westfirebirds @gmcsports @LakotaWestAD @LakotaSuper @jumpgirl03 pic.twitter.com/yPLE9gCH2B
— Lakota West Track & Field (@WestTrackField) July 2, 2021
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 (_) {} })();