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