Athletes of the Week
Kemba Credit Union Athletes of the Week 2/22/2021-2/28/2021
Aneesh Vyas
Senior, Wrestling
Aneesh went 3-0 on Saturday to a win the Sectional title in the heavyweight division at Lakota East. Vyas had 2 pins in the night heading into the finals. Both opponents wrestled well, and the score was tied 2-2 which forced overtime. After a scoreless one minute on their feet, Aneesh was able to escape in double overtime to secure the hard fought 3-2 victory!
Paige Striley
Senior, Swimming
Paige finishes 3rd in the 100 fly at the D1 State Finals!
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 (_) {} })();