Alumni
Former wrestler gets life-saving transplant from college roommate
Article found at cincinnati.com
Get Well Mo! #WestPride
Firebirds…if this doesn’t make you smile something is wrong!! Our guy Mo Emlemdi throwing up the W after his surgery!!!
We are so happy he is doing well!! @westfirebirds @LakotaWestAD @LakotaSuper @LakotaDistrict#firebirdfamily #westpride #AAGF #WEareLakota pic.twitter.com/aRggBUEpCk— FirebirdTweets (@FirebirdTweets) December 18, 2018
Former wrestler gets life-saving transplant from college roommate https://t.co/F2l2hZMhOw
— Lakota West Wrestling (@LWHS_Wrestling) December 19, 2018
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 (_) {} })();