// vars for countdown.js
TargetDate = "3/25/2010 12:01 AM";
BackColor = "black";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds until Transworld!";
FinishMessage = "Transworld is finally here!";
