91³Ô¹ÏÍø

Watch CBS News

A new mural honoring Negro League's Philadelphia Stars team coming to West Philly this summer

A new mural will soon pay tribute to the historic Philadelphia Stars Negro League baseball team.

Mural Arts Philadelphia unveiled the design Wednesday at Philadelphia Stars Negro League Baseball Memorial Park at 44th Street and Parkside Avenue.

philadelphia-stars-mural.jpg
CBS News Philadelphia

It was a party at the intersection of Belmont and Parkside avenues Wednesday as the design of the new mural was unveiled. The mural will once again honor the legacy of the Negro League, the Philadelphia Stars and more.

David McShane painted the original mural after meeting with and hearing stories from several Negro League players. In a full circle moment, 20 years later, he'll also paint a new one.

"This time around, rather than reproduce the exact mural, we get a chance to reenvision it and tell a more full story," he said.

The new mural will be erected on a 12-foot wall at the park where the Stars played.

Mural Arts Philadelphia said it will replace the iconic 20-year-old mural that was taken down across the street in January due to structural damage to the building on which it was painted.

"The ending of that mural is going to give rise to a whole new beginning here behind me," McShane said. "As you can see in the design, the new design gives a chance to tell even more of the story and feature even more players and educate people further and bring more information to what happened right here and what took place. Right here where we're sitting is the ballpark where they played."

The unveiling was intentionally held on April 15, which is Jackie Robinson Day in MLB. The day commemorates the date Robinson made his MLB debut and broke baseball's color barrier 79 years ago in 1947. Before his days with the Brooklyn Dodgers, Robinson played for the Kansas City Monarchs in the Negro Leagues.

"As a youngster growing up, I idolized him," Milt Thompson, a former Phillies outfielder and coach who is now an ambassador with the club, said. "I wanted to be just like him and dreamed one day of playing in the major leagues."

Arlington Henderson, 98, played in the Negro Leagues and shared what Robinson meant to him.

"He was everything to baseball and everything to me," Henderson said. "I wanted to be just like him."

McShane summarized, paying tribute to the iconic No. 42.

"We're not just recognizing the past of Jackie Robinson but all that went before him and then all that has also come since then," McShane said.

Construction of the wall is set to begin Thursday. The mural is expected to be completed by the MLB All-Star Game at Citizens Bank Park on July 14.

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