91³Ô¹ÏÍø

Watch CBS News

Flyers Lose To Penguins 5-1 In Game 3

PHILADELPHIA (AP) — Sidney Crosby had a goal and three assists and Matt Murray stopped 26 shots to help the Pittsburgh Penguins silence a raucous Philadelphia crowd and beat the Flyers 5-1 on Sunday to take a 2-1 lead in the first-round playoff series.

Two of the so-called fiercest rivals in the NHL have provided three lopsided games: Pittsburgh's 7-0 win in Game 1 and Philadelphia's 5-1 victory in Game 2 could about qualify as nail-bitters in this series.

Game 3 is Wednesday night in Philadelphia.

Crosby scored his fourth goal of the series in the first period, and Derick Brassard, Evgeni Malkin and Brian Dumoulin scored in the second to make it 4-0. Malkin and Dumoulin scored 5 seconds apart.

Justin Schultz made it 5-1 in the third on Pittsburgh's third power-play goal of the game.

Brian Elliott, yanked in Game 1, had another rough outing and might need to borrow fellow Wells Fargo Center tenant Joel Embiid's black mask to have a better look at the puck.

The Flyers haven't won a playoff series since 2012 and pulled out all the theatrical stops in their return to the postseason after a one-year absence. Light-up bracelets flickered in the darkened arena and another packed house roared "Crosby sucks! Crosby sucks!"

Here's the thing Philly fans haven't realized, he really doesn't — and especially not against the Flyers.

Crosby, who has 93 points in 63 career regular-season games against Philly, shut up the orange-and-black die-hards with a wraparound goal off a turnover midway through the first.

Crosby had a hat trick in Game 1 and the three-time Stanley Cup champion showed no sign of easing up.

Flyers fans even stuck photos of the hated Crosby inside the urinals throughout the arena that had to guarantee they were more on target with their shots than anyone on the home team's roster.

The Flyers ran a video package full of bloody fights, big goals and memorable moments between the teams through the years with a "Bitter Rivals" caption. The Penguins could have just looked in their reflection from the 2016 and 2017 Cups and shrugged off the idea the Flyers are in their league.

Brassard scored on the power play just 2:48 into the second. Then came back-to-back stunning goals that put the icing on the urinal cake: Malkin scored on a one-timer and Dumoulin off the faceoff beat Elliott through the five-hole for a 4-0 lead. Crosby had both assists, naturally.

At that point, each team had 12 shots.

The Flyers, who played more like the team that lost 10 straight games over November-December, had no shot at pulling off the comeback. Travis Sanheim scored late in the third for the Flyers' lone goal.

(Copyright 2018 by The Associated Press. All Rights Reserved.)

 

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