Softball
KK Mathis and Coach Castner Headline All Conference Team
Article found at gmcsports.com
Awards:
Coach of the Year Keith Castner Lakota West
Athlete of the Year KK Mathis Lakota West
1st Team:
Kendall Forren Lakota West C Junior
Molly Grace Lakota West SS Junior
Haley Hibbard Lakota West 3B Junior
Belle Hummel Lakota West CF Junior
KK Mathis Lakota West P Junior
Jasmine Walker Lakota West DH Junior
2nd Team:
Ariah Peregrina Lakota West IF Senior
Jojo Peregrina Lakota West P Senior
Congrats to the whole program on a great season! #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 (_) {} })();