91³Ô¹ÏÍø

Watch CBS News

New Illinois program urges teens to raise awareness about organ donation

CHICAGO (CBS) -- A new program launched Tuesday, aiming to teach teens about organ donation and encourage them to serve as organ and tissue donation ambassadors.

The , or LEAD, program intends to increase awareness among teens.

"There are very few things that you can do in life and in government that can truly save lives. This is one of them," said Illinois Secretary of State Alexi Giannoulias. "Alone, one single donor can save up to 25 lives."

High school students can receive community service credit for participating in the program. They just need to get a faculty member to serve as program adviser and work with the Secretary of State's office regional program coordinator—who will provide virtual training materials, answer questions, and provide guidance.

Teens are also encouraged to host events and spread the word about the importance of signing up to be an organ donor.

Morgan Lietz, a senior at Alan B. Shepard High School in Palos Heights, was introduced by Giannoulias as an "outstanding young organ donor." She explained that she learned about the importance of organ donation when her stepmother passed away from kidney failure.

"My dad explained that sometimes people get sick, and they need new organs," Lietz said. "He also explained that there are not enough organs available, and not everyone finds a match. Finding this out made me sad, and I wanted to help."

Lietz noted that she was recently accepted into the National Honors Society—which requires 30 hours of community service. To accomplish this goal, but also out of her passion for the cause of organ donation, Lietz said worked donor registration tables at several events—and partnered with the Windy City Thunderbolts in doing so.

It was no accident that Giannoulias and his team held the event to announce the program at Walter Payton College Prep High School, 1034 N. Wells St. Legendary Bears running back Walter Payton—who died of a rare liver illness called primary sclerosing cholangitis in 1999 at the age of 46—was a dedicated advocate for organ and tissue donation.

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