Softball
Lakota West swings its way to another district title
Article found at journal-news.com
District Champs!!! @westfirebirds @FirebirdTweets pic.twitter.com/TMyMfeXsEd
— West Softball (@LWFirebirdsSB) May 18, 2019
Photo gallery – Lakota West beats Fairfield in D-1 district softball championship https://t.co/gZE89o7qeU @journalnews @ehick13 @rickcassano @FCSDNews @westfirebirds pic.twitter.com/2hKgHBnvY6
— Nick Graham (@NickGrahamPhoto) May 17, 2019
Congratulations to the 2019 DI Softball District Champions Lakota West Firebirds!#AAGF#WEareLakota#IsntItSweetTo4Peat pic.twitter.com/omztEmjnnW
— Scott Kaufman (@LakotaWestAD) May 17, 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 (_) {} })();