• Home
  • Seattle Cheese Ball Festival

Seattle Cheese Ball Festival

  • 12/04/2019
  • 4:00 PM
  • Seattle Red Cross Office

Celebrate the Holidays with the Seattle Red Cross staff at the 2nd Annual Cheese Ball.

A Cheese Ball is defined as any cheese-esque, edible product, seasoned and shaped to festive perfection.  If you are able to attend please bring a contribution to the festivities.

RSVP:  https://www.PerfectPotluck.com/AJBH2134

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