CDC Recommends Staying Home and Not Gathering for Thanksgiving

11/20/2020 8:41 AM | Anonymous member (Administrator)

Centers for Disease Control and Prevention recommends against traveling or gathering for the holiday, urging Americans to consider celebrating Thanksgiving in their own households.

 CDC officials were alarmed to see 1 million new cases reported across the United States within the past week. With the U.S. pandemic death toll reaching  250,000, CDC warned that family and friends gathering ovcr the holidays could inadvertently bring inadvertently bring the coronavirus with them. 

Read the CDC Holiday Guidelines


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