Perpetual forecast until the end
Saturday, December 19, 2015 by Dave Winer

var thisYear = new Date ().getFullYear (), nextYear = thisYear + 1; 

console.log ("Forecast: " + nextYear + " will be the hottest year ever recorded, beating the previous record from " + thisYear + ".");