Girls Basketball
The Firebirds all alone at the top with a win over Fairfield
BOX SCORE
Article found at journal-news.com
Lakota West girls basketball gets revenge, takes down Fairfield https://t.co/OWj16ZWx6J @gbcoachfish @LakotaWestAD @westfirebirds @FirebirdTweets @FFGirlsBBall @fcsdathletics @gmcsports @JayMorrisonATH @ehick13 @JoeyBCHSS @JimmyBCHSS @JacobBCHSS @MattBCHSS @6Sphoto @vogtcd
— Butler County HS Sports Report (@BCHSSReport) January 25, 2019
It’s a Girls GMC Hoops Final:
Fairfield- 38
Lakota West- 71— Scott Kaufman (@LakotaWestAD) January 25, 2019
End 3Q West leads 54-29 ; @LakotaWestGB @BCHSSReport @rickcassano @FFGirlsBBall @LakotaWestAD pic.twitter.com/RuNdtFzMbV
— Eric Hickey (@ehick13) January 25, 2019
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 (_) {} })();