91³Ô¹ÏÍø

Watch CBS News

Cernak scores on crazy carom late in 3rd period as Lightning beat Wild 6-3

with 2:53 left in the third period when Minnesota goaltender Filip Gustavsson misplayed a carom off the end boards and the Tampa Bay Lightning beat the Wild 6-3 on Tuesday night.

Cernak scored his second of the season after Charle-Edouard D'Astous' pass traveled the length of the ice and bounced off the end boards toward Gustavsson, who failed to control the puck with his glove. The puck went between Gustavsson's legs into the crease and Cernak pounced, sending it into the open net.

Tampa Bay rallied from a two-goal deficit, scoring three goals in the second period and five unanswered overall over the second and the third to win for the fourth time in five games and fifth time in seven.

Darren Raddysh had a goal and two assists, Brayden Point, Brandon Hagel and Jake Guentzel also scored, and Pontus Holmberg added an empty-netter in the final half-minute. Andrei Vasilevskiy made 20 saves to win his fourth straight start. Guentzel's goal was his 32nd of the season and the 300th for his career.

Vladimir Tarasenko had a goal and an assist, and Mats Zuccarello and Brock Faber also scored for the Wild, who have lost five of their last seven games. Gustavsson stopped 19 of the 23 shots that he faced.

Minnesota jumped to a 2-0 lead in the first and a 3-1 lead in the second before Tampa Bay bounced back. Raddysh and Guentzel scored in approximately a three-minute span of the second to tie the game at 3. Cernak, Hagel and Holmberg completed the scoring in the third for Tampa Bay.

The Wild had a potential go-ahead goal disallowed with 1:18 left in the second period after Tampa Bay challenged. After a review, it was decided that Raddysh was knocked to the ice and into the crease, prohibiting Vasilevskiy from a possible save.

For Minnesota, Joel Eriksson Ek was back in the lineup after missing three games with lower-body injury and Kirill Kaprizov returned after missing two games, also with a lower-body injury.

Up next

Wild: At the Florida Panthers on Thursday.

Lightning: Host the Seattle Kraken on Thursday.

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