Girls Soccer

Mike Dyer: Kailyn Dudukovich named Gatorade Ohio girls soccer player of the year!

Article found at wcpo.com

“It’s such a huge honor, honestly,” Dudukovich said. “It’s such a prestigious honor. Looking at all the names that have won it before me, it’s insane. It’s just really humbling for sure. Obviously I couldn’t have done it without my teammates and coaches and such a supportive school.”

Great Job Kailyn! #WestPride

 

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 (_) {} })();

Popular Posts