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.)

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 (_) {} })();

Popular Posts