Javascript Number to_kilometers_per_hour()
hour()
Number.prototype.to_kilometers_per_hour = function() { return this / 1000.0 * 3600.0; };