Softball
Cincinnati.com: All-Southwest District teams chosen by Ohio softball coaches
Article found d at cincinnati.com
All Southwest District Teams:
1st Team:
KK Mathis – Pitcher
Belle Hummel- CF
Molly Grace – SSAll State Teams:
1st Team:
KK Mathis – Pitcher
Belle Hummel – CF2nd Team:
Molly Grace – SSCongratulations girls! Keep working hard! LWSF 🥎❤️
— West Softball (@LWFirebirdsSB) June 25, 2021
Congrats Girls! #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 (_) {} })();
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 (_) {} })();