Javascript Number formatCurrency()
formatCurrency()
Number.prototype.formatCurrency = function() { return '$' + this.toFixed(2); }