Softball
‘We want rings’ … West blanks Lebanon to secure fourth Division I state softball berth (Video)
Pictures by Jenny Walters Photography
Article found at journal-news.com
Congrats to the Staff and Players on being 1 of 4 teams left standing in the the State of Ohio! #WestPride @LWFirebirdsSB @OHSAASports @FirebirdTweets @LakotaWestAD #RoadToState #AsAlwaysGoFirebirds pic.twitter.com/9ZYAwQaAQp
— LWHS Athletics (@westfirebirds) May 27, 2018
Ohio Final Four Game, to be played at 3:00 pm. Winner to advance to play at 1:00 pm, Saturday June 1, at Firestone Stadium for the Ohio Division 1 Championship
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 (_) {} })();