Javascript Number to_kilometers()
kilometers()
Number.prototype.to_kilometers = function() { return this / 1000.0; };