Track
Kemba Credit Union Athletes of the Week 5/10/2021-5/16/2021
Cole Cronk
Senior, Track
Cole won the 3200 meter run with a new GMC meet record time of 9:21.95. He eclipses the previous record that had stood for 8 years (previously held by Tom Clark of Mason).
Annika Kinley
Senior, Track
Annika Kinley continued her spectacular senior year with a 1st place finish in the High Jump and a 2nd place finish in the 400m run. She bested the school record in the 400 and now takes possession of the 400 record with a time of 58.56. The previous record had been the oldest in the school record book having stood for 22 years.
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 (_) {} })();