91³Ô¹ÏÍø

Watch CBS News

Colorado Avalanche players clear the air about Los Angeles Rams football game, Denver Broncos support

Colorado Avalanche captain Gabriel Landeskog and star defenseman Cale Makar want something to be clear: They are passionate members of Broncos Country.

"First off, what a win for the Broncos yesterday," Makar said about Denver's Week 5 win over the Philadelphia Eagles. "Unreal, I always support those guys, like we all do."

"The Broncos are my team," Landeskog said. "That'll never change."

colorado-avalanche-captain-gabriel-landeskog.jpg
Colorado Avalanche captain Gabriel Landeskog speak to reporters following team practice Monday, Oct. 6, 2025.  CBS

Landeskog and Makar made their comments known when reporters spoke to them following practice Monday -- the last one before opening night against the Los Angeles Kings in LA.

This will be a short return for the Avs back to the greater LA area, since the entire team was recently there for a Los Angeles Rams home game at SoFi Stadium in Inglewood.

Passionate Avs and Broncos fans know full well the Avs were at the game wearing Rams blue and yellow, since Avs owner Stan Kroenke and Kroenke Sports & Entertainment are the proud owners of the Avs and the Rams. Of course, it doesn't stop there: Kroenke also owns the Denver Nuggets, the Colorado Rapids, the Colorado Mammoth and Arsenal FC and Arsenal WFC in England.

"That's special," Landeskog told reporters. "I think, for us, the Kroenke family has done such a good job taking care of us, and it was a really cool experience. Who would turn that down?"

Makar spoke to the same tune as his captain about his dedicated support for the Broncos, while also adding that he has ties that run deep in his hometown in Canada.

"At the end of the day when you get offered to have an experience like that with the team that your owners own, it's fun," Makar said. "But, obviously, I come from Calgary. Other than being a (Canadian Football League) fan, I'm a Broncos fan at heart. So, fun experience, but I'm a ride-or-die Bo Nix guy."

Landeskog said the Rams game proved to be a great team-bonding experience for a group that has success on their own minds. He also brought up his own hypothetical situation, and made it clear orange and blue come first.

"If it was the Broncos playing against the Rams, I think it would have been a little bit different here for some of the guys in the locker room," Landeskog said. "A lot of us are Broncos fans."

Makar was also straight to the point. 

"We're all (Broncos) fans in here," Makar said. "Let's get that out of the way."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });