I found a jQuery currency formatter plugin which would be very easy for you to implement
You can simply specify like this
$('.label').formatCurrency();
refer this link for download
http://code.google.com/p/jquery-formatcurrency/downloads/list
http://code.google.com/p/jquery-formatcurrency/wiki/Usage
Regards