Cross Country
Lakota West – Ohio Indoor State Champs and # 1 Time in the Nation! Video
Article found at oh.milesplit.com
Congrats guys! Awesome Job! #WestPride
Wow, the boys 4×800 wins the Indoor State Finale 7:50.05. #1 time in the nation!!!
No Excuse No Fear No Limit@FirebirdTweets @westfirebirds @LWHSRedSea pic.twitter.com/ECSW1RciQ6— Lakota West Track & Field (@WestTrackField) March 6, 2021
7:50:06 -West Boys – Ohio Indoor State Champs and # 1
Time in the Nation – Way to go guys! pic.twitter.com/rmcEQ3CmP1— Lakota West CC (@firebirdxc) March 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 (_) {} })();