as for the countdown, how do you want to present it? Could just put in the console, or you could make a really cool KF to display it, and then do a
Code:

For $ = 45 to 0 step -1
? $
Sleep 1
Next

_________________________
Today is the tomorrow you worried about yesterday.