Today's Digital Newspaper

The Gazette

Weather Block Here



Mark Kiszla: After beating Mikko Rantanen in Dallas uniform, it’s time to admit Avs are better team without him

Face it, Mikko. You messed up.

The Avalanche are a better team without Mikko Rantanen, traded in a wicked piece of hockey business during the dead of winter.  His painful departure, however, has allowed Colorado’s hope of winning the Stanley Cup to spring eternal.

And that’s not a hot-take opinion. It’s a results-based fact.

The Avs welcomed everyone’s favorite Moose back to Denver on Sunday afternoon, when a smattering of angry booing got swallowed by sentimental cheers during a classy tribute to Rantanen’s 10 seasons and 287 goals for Colorado played on the big video boards at Ball Arena.

When that job of rekindling those misty-colored memories was done, the Avs took care of business, beating Rantanen and his new Dallas teammates 4-3 in the uneasiness of overtime, on a clutch goal by Cale Makar.

Get used to this kind of high anxiety, because this was a sneak peak of a knock-down, drag-out fight of a first-round NHL playoff series between Colorado and Dallas.

“I think it’s inevitable,” Makar said. “We’ve got to meet.”

The Avs are stronger, hungrier, deeper and better suited to not only survive and advance against the Stars, but win the league championship, than they were on the night of Jan. 24, with a Friday night news dump so heavy it crushed the soul of Colorado hockey fans that were shocked to learn the team had traded Rantanen.

It was a hard business decision that absolutely had to be made if the Avalanche didn’t want to waste another year of superstar Nathan MacKinnon’s prime.

Wayne “Gretzky has been traded. Great, all-time players have been traded. It happens,” veteran Avalanche defenseman Erik Johnson said. “Mikko’s not the first and not last NHL star player to be traded. As unfortunate as it was and as much as it stings to see him in that (Dallas) jersey, we have to move forward.”

In the 19 games since turning the Moose loose, Colorado’s record is 13-5-1. So those of you who cursed Avalanche general manager Chris MacFarland at the time owe a standing ovation for him now.

“Never wanted to leave,” Rantanen said. “It wasn’t like I asked to leave.”

While there’s an element of truth to those words, and I honestly believe he’ll forever have fondness for the Avalanche in his heart, the bottom-line is Rantanen asked for more money in contract negotiations than would have been wise for Colorado to pay him.

At the time MacFarland dealt Rantanen, the Avalanche were a respectable 28-19-2. But the vibe in the locker room was all wrong. The core felt stale and the scoring depth wasn’t sufficient to win 16 playoff games and hoist the Cup.

Sign Up For Free:

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;
}
}

Featured Local Savings

“We have the depth to do some damage in the playoffs,” said Johnson, who recently returned to Colorado in a trade to bolster the team’s third defensive pairing.

An Avalanche team that had no reliable goalies at the outset of this season now has two in Mackenzie Blackwood and Scott Wedgewood that can steal a playoff game the way Jake Oettinger has been known to do for Dallas.

While blasted for trading Rantanen, the reality is MacFarland qualifies as the NHL’s most outstanding front office executive of this year for his wheeling and dealing.

Martin Necas looks at home on the top line alongside MacKinnon. Brock Nelson and Charlie Coyle provide the veteran cool at center that’s invaluable when the postseason heat is on. Ryan Lindgren and Johnson make Colorado tougher at the blue line.

Unlike the Denver Nuggets, who paid guard Jamal Murray and forward Michael Porter Jr. like stars they will never be, the Avalanche resisted the foolishness of trying to keep old championship magic in a bottle.

The Nuggets are a team whose payroll is fat at the top of the roster, while the bench is too thin to put up a respectable fight. MacFarland didn’t fall into that trap by granting Rantanen’s excessive salary demands.

While Nuggets general manager Calvin Booth stood pat and has done nothing of substance since adding guard Russell Westbrook eight long months ago to improve his squad, MacFarland boldly added pieces right until the final ticks of the clock prior to the NHL trade deadline.

What’s the result?

The Nuggets look weary coming down the stretch of the NBA regular season. They will only go as far in the playoffs as center Nikola Jokic carries them.

When Booth wastes another season of Joker’s prime, the GM will have some serious explaining to do with his his bosses, Stan and Josh Kroenke.

On the other hand, when Johnson looks around the Avs locker room, he sees talented teammates worthy of 19 minutes of ice time per game, unselfishly accepting a 15-minute role for the common good of chasing a championship.

While he’s still the best hockey player on the planet on any given night, MacKinnon won’t win the Hart Trophy in back-to-back seasons as the league’s MVP.

But thanks to the bold moves of MacFarland that revitalized the Avs, MacKinnon has a real shot at winning the Cup for a second time.

ef0f78c6-02c3-11f0-b98d-efa5d85ef3c3

View Original Article | Split View
Tags

PREV

PREVIOUS

Mark Kiszla: Why is Kyle Freeland immune to Rocky Mountain Fever, the silent killer of Rockies pitchers?

GOODYEAR, Ariz. – Colorado Rockies pitchers implode from a disease for which there is no known cure. “Rocky Mountain Fever,” manager Bud Black told me, bestowing an official name to an affliction that’s almost entirely between a pitcher’s ears but 100 percent real and dangerous. This disease is the No. 1 cause of death for […]

NEXT

NEXT UP

Mark Kiszla: March Madness reveals how far CU Buffs coach Tad Boyle detached from harsh, new realities of college hoops

Only 30 miles from the Big Dance Party that’s rocking Denver, the Colorado Buffaloes of coach Tad Boyle have never been further from basketball relevance. “I don’t want to let this game chase me out,” Boyle insisted, when I asked him why at age 62 he wants to hang around as the old ideals of […]