Athletes of the Week
Kemba Credit Union Athletes of the Week 9/24/2018-9/30/2018
Senior, Soccer
Logan scored pairs of goals in three consecutive games this week contributing to wins over Colerain and Middletown in addition to enabling a tie versus Elder. His six-goal total was high for the Firebirds in this three-game run and extended their GMC undefeated streak to five (4-0-1). Nutley also assisted on a goal against Middletown.
Sophia Denison
Senior, Soccer
Sophia scored two goals to provide the Firebird’s margin of victory in a 3-1 GMC win over Colerain on Tuesday. She was unassisted on both her tying and go-ahead goals versus the Cardinals. Later in the week, she helped control the midfield in West’s 9-0 win over Middletown.
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 (_) {} })();