91³Ô¹ÏÍø

Watch CBS News

Why doctors say playing ping-pong could help manage Parkinson's disease symptoms

When 67-year-old Roben Seltzer was diagnosed with Parkinson's disease three years ago, his symptoms were so bad he could barely get out of bed. He was treated with physical therapy and medication to manage symptoms like tremors, stiffness and slowness.

His doctor also offered him a surprising treatment option: ping-pong. 

"Ping-pong has clearly been shown to have a positive impact on the progression of the disease and in a way that the medication alone is not doing," said Dr. Elana Clar, a neurologist at Hackensack University Medical Center in New Jersey.

"While all forms of exercise are beneficial, the thing that makes ping-pong unique is that it incorporates a focus on balance, hand-eye coordination, and the rhythm or pace of reciprocal play," Clar said. "So it really hits the trifecta of physical, cognitive and social activities."

Clar and Elizabeth Kera, a neuropsychologist at Hackensack University Medical Center, co-founded the New Jersey chapter of Ping Pong Parkinson, a New York-based nonprofit organization that raises awareness about the benefits of playing ping-pong. The group has more than 200 chapters in 26 countries and holds classes where Parkinson's patients can play.

The goal is to improve attention, movement, mood and social connection among people striving to outpace a progressive disease, which affects one in every 100 people age 60 and older. It is more common in men than in women.   

Kera said that when people with Parkinson's disease are playing the game, areas of the brain that handle tasks like planning and problem-solving — usually impacted by the disease — are activated. 

Seltzer plays every Tuesday night in River Edge, New Jersey, with other Parkinson's patients as well as volunteers. He said the benefits he sees from playing ping-pong last a couple of days. 

"When I start up, I'm a little stiff. My shots are a little bit off. My timing's a little bit off and I'm a little bit frustrated. And then after about 15 or 20 minutes, suddenly things kick in," Seltzer said. 

Ping Pong Parkinson holds an international competition that Seltzer said he hopes to be able to compete in next year.  

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