$(function(){$("#car_value").live("blur",function(){$(this).hasClass("highlight")&&$(this).removeClass("highlight");$(this).formatCurrency({colorize:!0,negativeFormat:"-%s%n",roundToDecimalPlace:0})}).keyup(function(a){var a=window.event||a,b=a.charCode||a.keyCode;if(void 0!==a)switch(b){case 27:this.value="";break;case 37:break;case 38:break;case 39:break;case 40:break;case 78:break;case 110:break;case 190:break;default:$(this).formatCurrency({colorize:!0,negativeFormat:"-%s%n",roundToDecimalPlace:-1,
eventOnDecimalsEntered:!0})}})});
