Football
Family of Matt Stratman donates football jerseys to Lakota West freshmen!(Video)
Article found atΒ cincinnati.com
Β
The Stratman Family donating new uniforms to our Freshman Football Team!!! They are π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯#stratmanstrong #westpride #AAGF #WEareLakota pic.twitter.com/rNdn00Ua0S
β FirebirdTweets (@FirebirdTweets) August 17, 2018
"What football celebrates is teamwork and character if executed properly."
β’ Character β’ Community β’ Compassion β’
This high-class community will be outfitted in the high-quality uniforms produced by Headlines Sportswear.#WeAreLakota #StratmanStrong @westfirebirds pic.twitter.com/U7nqLsOort
β headlines (@HDLNS) August 20, 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 (_) {} })();