  var Today = new Date();
  var week, month; 

if (Today.getDate() == 12){document.write ("Today David will be playing Cain Park - Cleveland, OH");}
else if (Today.getDate() == 13){document.write ("Today David will be playing Interlochen Center for the Arts - Interlochen, MI");}
else if (Today.getDate() == 14){document.write ("Today David will be playing Country Club Hills Theater - Country Club Hills, IL");}
else if (Today.getDate() == 15){document.write ("Today David will be playing 	River Raisin Jazz Festival - Monroe, MI");}
else if (Today.getDate() == 16){document.write ("Today David will be playing Jazz at the Bistro - St. Louis, MO");}
else if (Today.getDate() == 17){document.write ("Today David will be playing Jazz at the Bistro - St. Louis, MO");}
else if (Today.getDate() == 18){document.write ("Today David will be playing Animal Crackers Jazz Series - Racine, WI");}
else if (Today.getDate() == 20){document.write ("Today David will be playing 	Weesner Amphitheater - Minneapolis, MN");}
else if (Today.getDate() == 28){document.write ("Today David will be playing Vancouver Wine & Jazz Festival - Vancouver, Washington");}
else {document.write ("David doesn't have a gig tonight.");}


