var rate=0.70;

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