91³Ô¹ÏÍø

Watch CBS News

Beyond Basketball: Globetrotters' Impact On African American Culture Has Been Significant

NEW YORK(CBSNewYork) -- February is Black History Month, and perhaps no team has had as much impact on African American culture as the Harlem Globetrotters.

From Curley Neal to Meadowlark Lemon, the

As CBS2's Steve Overmyer found out, that continues even on the streets of Manhattan.

New Yorkers are notoriously cranky, but a basketball might make them smile.

"We've been doing that for 91 years. Dribbling around the world and putting smiles on people's faces," Zeus said.

The Globetrotters are pro basketball players who will challenge anyone on the streets of New York.

As opposed to a team doing silly stuff the Harlem Globetrotters began on a barnstorming tour.

"The way we started was we would go around playing any team that was willing to play us. In the 40s and early 50s we played against some of the professional teams like the Lakers," Flight Time said.

"There was a time the Globetrotters were beating teams by so much people were leaving early. We had to bring out a bucket of confetti or pull someone's pants down or have a ball on a string, and that's what kept us relevant over the past 91 years," Zeus said.

The first African American basketball players in the NBA were former Harlem Globetrotters.

"Nat 'Sweetwater' Clifton played for the New York Knickerbockers," Zeus said.

Everywhere they go they put a smile on people's faces.

"I think that's one of the coolest parts. Everywhere you go, not just here in NYC, but when people see this emblem it takes them back to a happier time in their lives when they went to a game with their parents or grandparents," Zeus said.

Even when they're walking the streets.

"You wanna be tall? You gotta drinka  lot of milk and listen to your parents. So if you know an adult who's short, they didn't do one of those two things -- I'm looking at you," Zeus said gesturing to CBS2's Overmyer.

The Globetrotters will be in Newark on Friday, and at the Garden through the holiday weekend. The Globetrotters not only broke the color barrier in the NBA in 1950, they broke the pro basketball gender barrier with a female member in 1985.

 

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