Athletes of the Week

Kemba Credit Union Athletes of the Week 12/3/2018-12/10/2018

Boys Swimming: Jackson Ford, Senior
Jackson was the Lakota West boys highest scoring swimmer and only event winner at this Saturday’s Madeira Quad meet. Ford’sfirst-placee finish came in the 100-yard backstroke. To that, he added a second in the 100-yard butterfly and second place legs on the 200 medley and 400 freestyle relay foursomes.
Girls Swimming: Paige Strilely, Freshman
Paige registered a four event sweep by earning wins in four races; the individual 200 yard freestyle and individual 100 yard-butterfly , as well as victories in the 200 medley and 400 relay races. She was the only four event winner irrespective of school in the Madeira Quad meet.

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