CDC-No New Coronavirus Variants of Concern Right now

03/07/2022 10:26 AM | Anonymous member (Administrator)

On Sunday, March 6,  Dr. Jon LaPook reported from the CDC that there is no indication that a new Covid-19 variant is lurking at this time. He interviewed CDC Director  Rochelle Walensky. m the CDC, where scientists say "there's noth

Click here to see this CBS news report https://www.cbsnews.com/video/cdc-no-new-coronavirus-variants-of-concern-right-now/

431 18th St, NW, Washington, DC 2006  PO Box 1581  .  Vienna, VA 22180
E-mail: admin@arcretireeassoc.org
Tel: 202-303-8779. ARCRA & Retiree Connection

© American Red Cross Retiree Association All rights reserved

Powered by Wild Apricot Membership Software
function SetMyDate() { // Array of day names var dayNames = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); // Array of month Names var monthNames = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); var now = new Date(); document.getElementById("YOURELEMENTID").value = dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear(); }