Baseball
Lakota West Baseball & Softball OHSAA Tourney Info (Updated 5/23)
72019 OHSAA Tourney Info:
Baseball
Tourney Game: LAKOTA WEST lost to HARRISON. SEASON OVER
Tickets: Tickets sold at the gate are $6.
NO PASSES/GMC SPORTS PASSES OR SENIOR CITIZEN DISCOUNTS WILL BE ACCEPTED! This an OHSAA hosted tournament event.
Link to OHSAA Brackets (Lakota West is in the Southwest 4 – Sectional/District)
OHSAA Bracket
Softball
Tourney Game: LAKOTA WEST plays Lakota East at Centerville High on Sat., May. 25th at 1:00 PM.
Tickets: Tickets sold at the gate are $7.
NO PASSES/GMC SPORTS PASSES OR SENIOR CITIZEN DISCOUNTS WILL BE ACCEPTED! This an OHSAA hosted tournament event.
Link to OHSAA Brackets (Regional)
OHSAA Bracket
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 (_) {} })();