Boys Basketball

Mark Your Calendars: Boys Basketball Information Meeting on Thursday, October 18th!

There will be a mandatory meeting for all boys planning to play basketball for the Firebirds in the 2018-19 season. All athletes must have at least 1 parent or guardian with them for the informational meeting on Thursday, October 18th. Coach Leon and his staff will meet in the Community Room at 6:00 p.m. at Lakota West High School. For any additional questions please email coach Leon at jim.leon@lakotaonline.com

GO FIREBIRDS! #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