Vice President of Health Initiatives, BlueGreen Alliance & National Director, Healthy Babies Bright Futures, Clean Production Action
Charlotte Brody, RN, Vice President of Health Initiatives, BlueGreen Alliance & National Director, Healthy Babies Bright Futures

Vice President of Health Initiatives, BlueGreen Alliance & National Director, Healthy Babies Bright Futures

Charlotte Brody, RN, is Vice President of Health Initiatives at BlueGreen Alliance and the National Director of Healthy Babies Bright Futures. She has been a founding staff member of Health Care Without Harm, the Campaign for Safe Cosmetics, Green for All and Safer Chemicals Healthy Families. A registered nurse and mother of two, Charlotte has also served as the Organizing Director for the Center for Health, Environment Justice in Falls Church, Virginia, the Executive Director of a Planned Parenthood affiliate in North Carolina and the Coordinator of the Carolina Brown Lung Association, an occupational safety and health organization focused on cotton textile workers.

Share:

function externalLinks() { var current = location.hostname.replace(/^www\./, ""); // One reusable accessibility description for all external links var noticeId = "external-link-new-tab"; if (!document.getElementById(noticeId)) { var notice = document.createElement("span"); notice.id = noticeId; notice.className = "visually-hidden"; notice.textContent = "Opens in a new tab."; document.body.appendChild(notice); } document.querySelectorAll("a[href]").forEach(function (link) { var href = link.getAttribute("href"); if ( !href || href.indexOf("#") === 0 || /^(mailto:|tel:|javascript:)/i.test(href) || link.hasAttribute("download") ) {return;} var url; try { url = new URL(href, location.href); } catch (e) {return;} if (!/^https?:$/.test(url.protocol)) {return;} var destination = url.hostname.replace(/^www\./, ""); if (destination === current) {return;} // Allows an intentional same-window exception if ever needed. if ( link.getAttribute("target") === "_self" || link.hasAttribute("data-same-window") ) {return;} link.setAttribute("target", "_blank"); // Preserve any existing rel values. var rel = (link.getAttribute("rel") || "") .split(/\s+/) .filter(Boolean); if (!rel.includes("noopener")) {rel.push("noopener");} link.setAttribute("rel", rel.join(" ")); // Preserve any existing aria-describedby value. var describedBy = (link.getAttribute("aria-describedby") || "") .split(/\s+/) .filter(Boolean); if (!describedBy.includes(noticeId)) {describedBy.push(noticeId);} link.setAttribute("aria-describedby", describedBy.join(" ")); }); }