Girls Soccer
LW Girls Soccer defeats Loveland in the final seconds! #WestPride
WEST-2
Loveland-1
Final
25th min.– Kailyn Dudukovich goal assisted by Vanessa Menchoffer
53rd min.– Loveland goal
79th min.– Kailyn Dudukovich unassisted goal
(Shot with 66 seconds remaining following a West throw-in.)
Game over. Loveland HS – 1, Lakota West – 2. Go to https://t.co/Dn1XF9uTae to see results or watch a full replay.#iscore #sportsengine
— Firebirdsoccer (@LakotaWestGS) August 21, 2019
Proud of this crew. 80 minute battle against an always talented @LHSWsoccer team. Bright future for both teams. pic.twitter.com/cTJXeqVcb6
— Firebirdsoccer (@LakotaWestGS) August 21, 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 (_) {} })();