Boys Basketball
Lakota West names Jim Leon as the next Head Coach for Boys Basketball!
Mike Dyer: Lakota West names Jim Leon as its new boys’ basketball coach pending board approval
Article found at wcpo.com
Scott Springer: Jim Leon gets an assist from UC’s Cronin to snare Lakota West basketball job
Article found a cincinnati.com
Welcome to Firebird Nation Coach Leon! #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 (_) {} })();