Girls Lacrosse

Lakota West Girls Lacrosse wins 1st tournament game in school history!

West Girls Lacrosse beats Ursuline 10-9 in overtime. West takes on Mason on Friday 5/18. Follow the West Girls Lacrosse twitter page for more updates @lakota_westwlax
Congrats Girls! #WestPride

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