Football
Pre-Sale Football Ticket Info for Friday’s Game at Fairfield!
FOOTBALL GAME: 9/14/18 – Fairfield High School vs Lakota West High School – Indian Youth Football and Cheer Night (See Attachment for Youth Itinerary)
TIME: 7:00 p.m.
TICKET INFORMATION: Advance Student Sale $5.00/All Tickets at the Gate $8.00
JERSEYS: Fairfield High will wear red pants and red jerseys. Lakota West will wear light colored uniforms.
PASSES: GMC passes accepted
HALF-TIME INFORMATION: Fairfield band will perform regular show…Lakota West band will not be traveling to Fairfield. Normal 20-minute halftime; no special events.
Lakota West vs Fairfield @westfirebirds @firebirdtweets @indianfbfanpage @fcsdathletics https://t.co/W6C5R99f9d #HSBOH_W4R4
— HSB® Region 4 (OH) (@HSB_OH_D1R4) September 10, 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 (_) {} })();