Wrestling
FOX19.com: ‘I broke down:’ Brotherly love forces rare forfeit of high-school wrestling match!
Article found at www.fox19.com
Brogden brothers display love of family at Division I sectional wrestling tournament https://t.co/u5OPEDcc31 @WCPO @LetsGoBigMoe @moewrestling @westfirebirds @LakotaWestAD @OHSAASports @LWHS_Wrestling @BigMoBarrett
— Mike Dyer (@MikeDyer) March 3, 2021
Two brothers – and the match that never happened.
How one young person’s decision helped a family win a moment.
(See the full story here: https://t.co/Pwd85bgs2O) @BrogdenIi @moewrestling @LWHS_Wrestling pic.twitter.com/lRtSeKv5QL
— Joe Danneman (@FOX19Joe) March 6, 2021
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 (_) {} })();