Javascript String toCurrency(decimalPlaces)
String.prototype.toCurrency = function(decimalPlaces){ return parseFloat(this).toCurrency(); }