  var Today = new Date();
  var week, month; 

if (Today.getDate() == 1){
  document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 2){
  document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 3){
 document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 4){
 document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 5){
  document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 6){
  document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 7){
  document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 8){
  document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 9){
  document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 10){
  document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 11){
  document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 12){
  document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}

else if (Today.getDate() == 13){
  document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');  
}








else {
	document.write ('No new dates are currently scheduled. Sign up to <a href="/mailinglist/">The Circular</a> for tour announcements.');
}