Boys Soccer

Mark Your Calendars: Lakota West Boys Soccer Player & Parent Meeting

There will be a Lakota West Men’s Soccer Player & Parent information meeting for students currently in grades 8 through 11 who will attend Lakota West next fall and are interested in playing soccer.  The meeting will be Monday, February 25th at 6:30 PM in the Community Room at Lakota West High School.  All players interested in playing soccer in the fall should attend this meeting and have a parent attend with them.  If you or one of your parents cannot attend the meeting you will need to email your name and phone number to coach Cooper at rickcooper@fuse.net  This e-mail address is being protected from spambots. You need JavaScript enabled to view it .  You will also need to get the informational packet that was passed out by going online at the Lakota West Men’s Soccer Website at www.westfirebirds.com after 2/26/19.

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