For you guys you'd probably go with:
Code
/* PHP CODE HERE */
if(date("U") <= mktime(0, 0, 0, 4, 4, 2014) /* hour, minute, second, month, day, year */) {
// Spring
$blurb = "until our next Swap Meet";
$color = "FF0000";
$date = "April 04, 2014";
} else {
$blurb = "";
$color = "";
$date = "";
}

/* BODY HERE */
$body = <<<EOF
<script language="JavaScript" type="text/javascript">
today = new Date();
BigDay = new Date("$date");
msPerDay = 24 * 60 * 60 * 1000;
timeLeft = (BigDay.getTime() - today.getTime());
e_daysLeft = timeLeft / msPerDay;
daysLeft = Math.floor(e_daysLeft);
e_hrsLeft = (e_daysLeft - daysLeft)*24;
hrsLeft = Math.floor(e_hrsLeft);
minsLeft = Math.floor((e_hrsLeft - hrsLeft)*60);
document.write("<span style=\"color: #$color; font-family:'Comic Sans MS';\">Only " + daysLeft + " days " + hrsLeft +" hours and " + minsLeft + " minutes $blurb!</span>");
</script>
EOF;


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!