91³Ô¹ÏÍø

Watch CBS News

Phil Simms: 'I Wouldn't Want To Play The Chargers In The Playoffs'

Last year, the AFC West was one of the best divisions in all of football. This year, it's a much different story. The Denver Broncos have lost six in a row, the Oakland Raiders are two games under .500 and Alex Smith and the Kansas City Chiefs are 4-5 since their red-hot 5-0 start. Good news for the Chiefs is that they don't play a team with a winning record the rest of the season. However, Kansas City does have to face a Chargers team in Week 15 that just put up 54 points against the Buffalo Bills. LA is heating up at the right time, with four wins in their last six games.

There's a lot to talk about when it comes to the AFC West. CBS Local Sports caught up with Inside The NFL analyst and Super Bowl MVP to discuss who will win the division, why the Chargers are the most dangerous team in the division and how things got so bad in Denver.

Simms, along with Boomer Esiason, Ray Lewis and James Brown break down this and other NFL storylines all season long each Tuesday night at 9 p.m. ET on .

CBS Local Sports: Who will win the AFC West?

Phil Simms: There is a two-game lead for Kansas City, so you have to think Kansas City has the best chance. They still have Andy Reid as there coach, and Alex Smith is a smart quarterback. He has 18 touchdowns and three interceptions. Those are incredible numbers, and I don't care what you are doing as a quarterback. Nobody is good enough in the division to just go on a run or win out. I don't think that can happen. I think it will be the Kansas City Chiefs.

CBS Local Sports: How much trust do you have in the Los Angeles Chargers going forward?

Phil Simms: I like the Chargers. First off, they're fun to watch, they're as dynamic as any team you will see in the NFL. Philip Rivers has only been sacked 12 times this year and knows how to get rid of the football. He has a very good receiving core, and they have Melvin Gordon. On the other side, they have two excellent safeties, Casey Hayward at cornerback. And the two most important guys are Joey Bosa and Melvin Ingram, who are terrors. The Chargers are dangerous no matter who they play, and if they get in the playoffs, I wouldn't want to play them.

CBS Local Sports: Who's in bigger trouble right now, the Denver Broncos or the Oakland Raiders?

Phil Simms: That's a good question. I kind of look at them almost the same. I probably would give Oakland an edge over the Denver Broncos in how they're doing, just because of Derek Carr, the receiving core and the fact they past protect extremely well. The offensive line is a unit you can really count on. Denver had an outstanding defense, but its kind of fallen apart a little bit, and some of that has to do with the fact that their offense has not been performing well.

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=fd53910ecf4604072044ab7c46d9b028'; 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(); } }); }); }); });