91³Ô¹ÏÍø

Watch CBS News

Arlington man finds rapid relief from Parkinson's with new incision‑free treatment

EDITOR'S NOTE: April is Parkinson's Awareness Month, and an estimated 15,000 people in North Texas are living with the disease, according to the Dallas Area Parkinson's Society. 

=====

For one Arlington man, a new incision‑free treatment brought relief in a matter of seconds.

Retired salesman and Air Force veteran Bud Levell, 72, has spent most of his life repairing old radios, machines and anything with wires. The work has always required steady hands – something Parkinson's slowly took from him.

"I lost my sense of smell 11 or 12 years ago. That's usually the first symptom," Levell said. "And under certain stressful conditions, I had a little tremor in the right hand."

New treatment offers new hope

As his symptoms worsened, Levell came across an article about a new ultrasound‑based treatment. 

"Someone sent me a text with a link to a magazine article that was talking about this ultrasound process," he said. "I read it and said, 'This sounds good.'"

That link eventually led him to UT Southwestern Medical Center, where doctors determined he was a strong candidate for Magnetic Resonance‑guided focused ultrasound. The FDA recently approved an expanded version of the treatment that targets more Parkinson's symptoms, including tremors and slowed movement.

"We're using a higher energy to destroy small tracts in the brain, or small bundles of nerves," said Dr. Bhavya R. Shah, who leads the focused ultrasound program at UT Southwestern.

Shah says the procedure targets a precise area deep in the brain – about the size of a grain of rice – without the need for an incision. 

"We're navigating to a future where therapies of the brain may be incisionless," he said. "That in itself is exciting."

Immediate results bring emotional moment

For Levell, the results were immediate. After the procedure, doctors asked how his tremor felt.

"My answer was simple," he said. "What tremor?"

The moment was emotional. "It felt good. It felt really nice to be able to say that," Levell said. "To be able to hold this hand and do this…"

Now, for the first time in nine years, Levell is back at his workbench repairing radios — something he once feared he'd lost forever.

As his hands grow steady again, Levell hopes others living with Parkinson's find strength in their own journey.

"Does God have a plan for me with Parkinson's? Yeah," he said. "What is it? I don't know, but I'm going to depend on God. I'm going to live as well as I can."

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