Football

Cincinnati.com: Jordan Hicks, Ryan Kelly to host camp at Lakota West

Article found at www.cincinnati.com

Printable REGISTRATION Flyer: HICKSKELLY5Camp

What: HICKS/KELLY 5 STAR POSITION CAMP
Who: All Athletes From Grades 9th-12th (Fall of 2018)
When: Saturday, June 9th 9am-1pm
Where: Lakota West High School 8940 Union Centre Blvd, West Chester Township, OH 45069
Cost: $40 Per Athlete/Walk-Ups Welcome
What To Bring: Turf Shoes, Towel and Water Bottle!

**PLEASE RESPOND WITH YOUR T-SHIRT SIZE BY MAY 31ST IF YOU PLAN ON ATTENDING!

FLYER: HICKS/KELLY FLYER

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 (_) {} })();

Popular Posts