var end = new countdown('end'); end.Div = "end"; end.TargetDate = "07/01/2011 12:00 AM UTC-0300"; end.DisplayFormat = "%%D%% days"; end.CountActive = true; end.CountStepper = -1; end.FinishMessage = "That's All Folks!"; var start = new countdown('start'); start.Div = "start"; start.TargetDate = "07/01/2010 12:00 AM UTC-0300"; start.DisplayFormat = "%%D%% days : %%H%% hours : %%M%% minutes"; start.FinishMessage = "The journey has begun!";