Alumni
Alumni: Nick Hagglund Is Coming Home to FC Cincinnati!
Article found at fccincinnati.com
Article found at fccincinnati.com
Article found at journal-news.com
Congrats Nick class of 2009! #WestPride
he’s back 🏡. congrats Nick! https://t.co/7mbJagM8Eo
— Lakota West Men’s Soccer (@LakotaSoccer) January 23, 2019
WELCOME HOME to 2010 Lakota West Grad Nick Hagglund!!
Newest member of @fccincinnati @Nickismyname pic.twitter.com/hqLWKsiNVN— Scott Kaufman (@LakotaWestAD) January 23, 2019
WELCOME HOME!!! @Nickismyname #WestPride @fccincinnati https://t.co/gpDf0uS2gc
— LWHS Athletics (@westfirebirds) January 24, 2019
This Firebird is back in Cincinnati!!!!#westpride #AAGF #WEareLakota https://t.co/9MT82HvwNN
— FirebirdTweets (@FirebirdTweets) January 23, 2019
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 (_) {} })();