Javascript Number rnd2()
Number.prototype.rnd2 = function () { return Math.round(this.valueOf() * 100) / 100; }