Page is a not externally linkable
andreasfriedrich - 1:44 pm on Nov 19, 2002 (gmt 0)
will work as well. Andreas
<script type="text/javascript">
var olds = '2,346.4673292389';
var news = olds.replace(/^([\d,]+)\.(\d\d)\d*/,"$1.$2");
alert(news);
</script>