% CountdownDate = #9/27/2003 9:00:00AM# If Date >= CountdownDate Then Response.Write "Washington Squared Now!" Response.End End If theDate = Now DaysLeft = DateDiff("d",theDate,CountdownDate) - 1 theDate = DateAdd("d",DaysLeft,theDate) HoursLeft = DateDiff("h",theDate,CountdownDate) - 1 theDate = DateAdd("h",HoursLeft,theDate) MinutesLeft = DateDiff("n",theDate,CountdownDate) - 1 theDate = DateAdd("n",MinutesLeft,theDate) SecondsLeft = DateDiff("s",theDate,CountdownDate) - 1 %>
|
Countdown to W2 |
|
Participating Centers |
|
VA Participants To become a VA Participant, email w2@seaartcc.net |