var currentyear=new Date().getFullYear()
//dynamically get this Christmas' year value. If Christmas already passed, then year=current year+1
var thischristmasyear=(new Date().getMonth()>=01 && new Date().getDate()>13)? currentyear+1 : currentyear
var christmas=new cdtime("countdowncontainer2", "January 13, "+thischristmasyear+" 00:00:00")
christmas.displaycountdown("days", formatresults2)
