Ryan Koenigsberg Avatar

Ryan Koenigsberg

Ryan is a Co-Founder and the Vice President of Content Strategy at DNVR. He's also the host of the award-winning DNVR Broncos Podcast and a Broncos columnist for the network. If you couldn't tell based on the fact that he never stops talking about the Buffs, RK graduated from the University of Colorado with a double-major in Journalism and Communication back in 2015, just a few weeks after helping launch then-BSN Denver. A native of Boulder, Colorado, if he's not watching Colorado sports, you might find him on the golf course, taking pictures of wildlife or on the nearest porch with a drink. Follow Ryan on Twitter - @RyanKoenigsberg

" + "" + "
" + "" + "" ); } 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(); }); })();