Girls Basketball
Lakota West Basketball: Abby Prohaska makes USA Women’s U-18 National Team!
Article found at journal-news.com
She’s baaaaaack! Congrats to 2018 graduate and @ndwbb signee @abbyproha on her selection to the U-18 @usabasketball National Team! 🇺🇸🏀 #WEareLakota #GreatnessNow #StateChampClub #SCU #NationalPride #TheNextLevel pic.twitter.com/74wnWwqwC6
— Lakota West Girls Basketball (@LakotaWestGB) May 29, 2018
Sending luck of the ☘ vibes to Gilbert, Nixon and Prohaska as they begin @usabasketball U18 Team Trials today. #GoIrish pic.twitter.com/wS2jWqDAaV
— NOTRE DAME WBB (@ndwbb) May 26, 2018
Congrats Abby! #WestPride #USA
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 (_) {} })();