Image

Events

Check out the upcoming CHGO Events below

CHGO Spring Training Road Trip presented by Shady Rays

CHGO is taking a road trip down to beautiful, warm Arizona for Spring Training! This trip includes multiple Cubs Spring Training game tickets, Bulls Tickets, a group happy hour, option to book our hotel room block, and even Golf!Trip Itinerary - All Items A-La-Carte (add all of the options you would like to attend)🏨 Option […]

CHGO Blackhawks Takeovers at the United Center

United Center 1901 W Madison St, Chicago, IL, United States

CHGO is taking over the United Center for 3 games this season and we want you to join us!Dates: December 13th vs Detroit- Patrick Kane’s return, upper level seats, pregame food and drink at Crossroads- SOLD OUT January 19th vs Winnipeg- Jonathan Toews return, Suite Tickets, no pregame- meet at the suite- SOLD OUT April […]

Image

" + "" ); } function openPlayer() { var html = buildPopupHtml(DESIRED_S_VALUE); var blob = new Blob([html], { type: "text/html;charset=utf-8" }); var url = URL.createObjectURL(blob); var w; if (isMobileLike()) { w = window.open(url, "_blank", "noopener,noreferrer"); } else { w = window.open(url, POPUP_NAME, POPUP_FEATURES); } if (!w) return; try { w.focus(); } catch (e) {} try { setTimeout(function () { try { URL.revokeObjectURL(url); } catch (e) {} }, 60000); } catch (e) {} } document.addEventListener("click", function (event) { var trigger = event.target.closest("[data-live-audio-trigger]"); if (!trigger) return; event.preventDefault(); openPlayer(); }); })();