Javascript Number from_now()
now()
Number.prototype.from_now = function() { var d = new Date(); return (d.getTime() + this); //1000.0; };