91³Ô¹ÏÍø

Watch CBS News

Art programs in Harlem help alleviate stress for dementia patients, caregivers

The struggle for some dementia patients and caregivers just to get through the day can be daunting and stressful, but some programs in New York are helping alleviate stress. 

in Harlem invites adults with memory disorders and their caregivers to sessions of lively discussions about different artworks. 

More than 6 million Americans struggle with dementia, according to the National Institutes of Health. Research has shown that music and art can help lower depression for some of these patients and help inspire moments of lucidity.

Founder Carolyn Halpin-Healy started the program in 2009 using art to help provide positivity and community for people struggling with mental illness. 

"When people hear dementia, Alzheimer's, memory loss, cognitive impairment, they think there's nothing new left for them. But they find out in our programs that there's a lot that's new, and they may be just newly inspired," she said. 

Creative treatment for dementia patients 

Tony Bailous is a program volunteer who used to attend the sessions while he was a caregiver to his wife, Linda. 

He said when she recognized the pieces of art, a light would go off in her head. 

"You could see it. It would bring her back to me, you know. So, yeah, it was, it was a tremendous help. And it brought her joy," Bailous said.

Linda died about five years ago. Bailous is now a volunteer, understanding both the burden of the disease and the joy of remembering.

"Life is easier"

Program participant Arby Muslin, who is a caregiver to his wife of 58 years, Zenaida, praised the program. 

"Being in our situation, at our age, and the problems we have, just getting out together in an event like this to a museum, it's wonderful," he said.

"It doesn't matter that they forget. They will continue to carry that experience with them for the rest of the day. They may eat their dinner with more pleasure; they may sleep more peacefully," Halpin-Healy said. "And when all of those things are happening for the person with a diagnosis, life is easier for the caregiver and relationships have the possibility of being restored."

The program requires advanced registration but is free. 

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