Girls Soccer
Bolstered by talented trio, Lakota West girls soccer making strong early-season statement
Article found at journal-news.com
Lakota West girls soccer team earning national acclaim.
Proud of this group and excited for what’s still ahead! @westfirebirds https://t.co/SZn7qp0ZeP
— Firebirdsoccer (@LakotaWestGS) September 17, 2019
— SW OH Soccer Coaches (@SWOHSSCA) September 13, 2019
BIG GAME DAY TOMORROW!!!! We are taking on the Mason Comets at 7:00 at Mason. This game will be worth the drive, better see y’all there!!!!🤑🤩😝 pic.twitter.com/PYFAexw8Jn
— Maddie Prohaska (@mkprohaska) September 16, 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 (_) {} })();
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 (_) {} })();