

var futuredate=new cdtime("countdowncontainer", "March 23, 2009 18:25:00")
futuredate.displaycountdown("days", formatresults)

var currentyear=new Date().getFullYear()
//dynamically get this collab' year value. If collab already passed, then year=current year+1
var thiscollabyear=(new Date().getMonth()>=11 && new Date().getDate()>25)? currentyear+1 : currentyear
var collab=new cdtime("countdowncontainer2", "November 17, "+thiscollabyear+" 18:0:00")
collab.displaycountdown("days", formatresults2)


