You can use the Array.prototype.mapArray.prototype.map function
var newArr = arr.map(function(v, i) {
return { key: Today + i, value: v };
});
See documentation for this function here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map