﻿var rate=0.95;

function newArray(){
this.length=priceca.length;
for (var j=0;j<this.length;j++){
this[j]=parseInt((((parseFloat(priceca[j])*parseFloat(rate))*100)+.5))/100;
}
}
var priceus = new newArray();