Javascript Number toCurrency()
toCurrency()
Number.prototype.toCurrency = function() { return (arguments[0] ? arguments[0] : "\\") + this.withCommas(); };