/ * Reserved for a small number * / function number.prototype.fixed (n) {with (math) {var TMP = POW (10, n); returnire Round (THIS * TMP) / TMP;}} Sample: Somenum.fixed (2); from Internet 2004edit on 25th January, 2005 / ** /