Girls Soccer
Chatterboxsports.com: Nationally ranked Lakota West is focusing ‘one day at a time’
Article found at chatterboxsports.com
GAMEDAY: vs. LOVELAND
WHEN: TUESDAY 8/20
WHERE: LAKOTA WEST HIGH SCHOOL
TIME: 7:00 PM
this video is in honor of our HOME OPENER TOMORROW!!!Catch us on the grass field at 7:00pm vs Loveland. BE THERE OR BE SQUARE!!!#firebirdfamily @LWHSRedSea @LakotaWestGS @FirebirdTweets @LakotaWestAD pic.twitter.com/W5pAiCUzjH
— Maddie Prohaska (@mkprohaska) August 20, 2019
🔥The theme for tomorrow’s Girls Soccer Home Opener will be RedOut‼️
Don’t miss out on watching our Nationally ranked Lady Firebirds take on Loveland @7PM🔥 pic.twitter.com/1MWPHSfK0e— Lakota W❌st R❌d S❌a (@LWHSRedSea) August 20, 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 (_) {} })();