Today's Digital Newspaper

The Gazette

Weather Block Here



Paul Klee: The haters were right, and Broncos’ problems against good teams like the Ravens aren’t only about the quarterback

DENVER — The Broncos will lose like this again. They will lose against the Chiefs (duh), Chargers, Raiders, Cowboys, Browns, maybe a couple others. You know, the good teams.

Because this is what the Broncos are, and if you’re willing to acknowledge the fact it’s been a half-decade since the Broncos were one of the good teams, there’s nothing surprising about it:

Ravens 23, Broncos 7. Denver was not exposed Sunday so much as it was served a reminder.

See, while we were busy whining and moaning about a dysfunctional quarterback situation (guilty), a bunch of Broncos who were big parts of the losing were paid like Big Pharma execs.

Justin Simmons was guaranteed $35 million, and CBS analyst James Lofton circled him on the telestrator as a defender who blew his assignment on another Ravens big play. They brought back Kareem Jackson and Shelby Harris and Bryce Callahan, and the Ravens messed around and racked up 406 yards on offense. Garett Bolles was guaranteed $38 million, and here’s how the left tackle left Empower Field at Mile High after quarterback Teddy Bridgewater was knocked out of the game in the second quarter due to a concussion scare: “I’m really angry at myself.”

“I love Teddy dearly,” Bolles said. “I hope it’s not too bad.”

Samesies.

Vic Fangio said “we’ll see” if Bridgewater returns next week against the Steelers in Pittsburgh, or if Drew Lock is the starter and we’re all treated to a replay of the 2020 season all over again.

Locktober is not a month in which Broncos Country wants to live. Locktober is Avs and Nuggets season.

“We weren’t getting it going with Teddy, either,” Fangio admitted.

Thing is, this wasn’t about losing Bridgewater (who passed for 65 yards in most of a half), or about Lock (put in a tough spot and sounds like he’s still ticked at being demoted to backup), or Ravens quarterback Lamar Jackson (a cyborg designed by a mad scientist who should be the MVP frontrunner again). The Broncos crumpling like a Coors can against the first good team on the schedule was a reminder the veterans on the roster haven’t been good enough, either. This wasn’t about the quarterback. Ask Fangio.

“I think it’s more of a collective thing offensively more than a quarterback thing,” he said.

The Broncos still can win 10 games and be a playoff team. Absolutely, no doubt about it. The NFL still added an extra Wild Card slot to go along with its extra (17th) game, and the Broncos still have a last-place schedule on a silver platter.

Sign Up For Free: AM Update Newsletter

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=59&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/pp5%20signup%203.png);
background-size: cover;

}

#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/pp5%20signup%203.png);
background-size: cover;
}
}

But this right here is the most expensive defense in the NFL, and it didn’t force a turnover Sunday. Blame the missing pieces on defense or offense — Bradley Chubb, Graham Glasgow, Dalton Risner, Jerry Jeudy, KJ Hamler, all the rest — but the Ravens have 16 players on injured reserve. No NFL team has more than 16 players on IR, and the Ravens cruised along.

The Broncos had more punts (10) than points (7). Not naming any names, but I know a fly fisherman who’s had days when he stabbed more streamer hooks through his hand than trout landed. But fishing’s still fun. Not being competitive against the Ravens wasn’t fun. It was a reminder.

“Sometimes you’re a product of your schedule,” CBS analyst Boomer Esiason said at halftime.

Boomer’s right. The haters were right. The Broncos feasted on the Giants, Jags, Jets and their combined record of 2-10, and when they were assigned to pick on somebody their own size, the game clock struck midnight. Ding, dong. That’s the sound of the Broncos hitting their head on their ceiling, against good teams.

“They basically had their way today,” Von Miller said of the Ravens.

I picked the Broncos to beat the Ravens.

No idea what I was thinking. Consider this an apology. I was also wrong about Teddy Bridgewater, who’s been mostly awesome and gives the Broncos their only chance to make the playoffs. Hope he’s back vs. the Steelers. These Broncos can win in Pittsburgh, but only with Teddy. I was also wrong about Von, who looks like Super Bowl 50 Von despite a leg cramp Sunday.

“I’m too old to be getting cramps,” Miller said.

But why I picked the veteran Ravens to beat the veteran Broncos when the veteran Ravens are the veterans who win? No idea. The Ravens are a machine. John Harbaugh averaged nine wins and won a Super Bowl with Joe Flacco, now they’ve won 14 and 11 games (plus a current 3-1 record) with Superman, Lamar Jackson. Can’t get enough of that guy. He makes a really hard game look like he’s playing keepaway.

“It will be refreshing to play normal football again,” Von said.

The silver lining so far has been the talent evaluation of new GM George Paton. These young fellas can go. Javonte Williams, the rookie, was hit by six Ravens defenders and carried two of them for a 39-yard charge. Caden Sterns, another rookie, had two sacks and deserved the postgame podium over Simmons. You know about Patrick Surtain II. Total stud.

Who among the highly paid vets earned their enormous paychecks in Ravens 23, Broncos 7? It wasn’t the expensive safeties who got spun around by Marquise “Hollywood” Brown on a 49-yard touchdown catch. It wasn’t the offense that gave up five sacks and 11 quarterback hits.

“We’ll see them again,” Miller said.

Possible, and I’ll pick different. In Baltimore you get what you pay for. In Denver you haven’t.

(Contact Gazette sports columnist Paul Klee at paul.klee@gazette.com or on Twitter at @bypaulklee.)

e1a3b037-4416-5dc3-910c-e43f614d651c

View Original Article | Split View
Tags

PREV

PREVIOUS

Woody Paige: Broncos not getting respect, but can earn it with win over Ravens

Facebook Twitter WhatsApp SMS Email Print Copy article link Save D-I-S-R-E-S-P-E-C-T. To spell it out, the Broncos aren’t getting any mile high regard beyond Colorado’s borders. Nationally, the Broncos are considered a kid’s pull toy. In a consensus of 10 major sports websites, the Broncos are ranked 13th overall in the NFL. They have cracked […]

NEXT

NEXT UP

Broncos lose to Ravens, 23-7, after Teddy Bridgewater leaves game with concussion

Facebook Twitter WhatsApp SMS Email Print Copy article link Save DENVER — For the Broncos, few things went right Sunday. In a game that was highly anticipated, with Denver hoping to prove to the NFL world it was legit by beating a playoff-caliber Baltimore team, the Broncos failed their first real test of the season, […]