var RepresentativeRates_details = new function() { this.now = '03.09.2020 18:00' this.RepresentativeRates_create = '03.09.2020' this.RepresentativeRates = new Array(); this.add = function(i,n,cu,c,p,pm,py,f) {this.RepresentativeRates[this.RepresentativeRates.length] = new function() {this.id=i;this.name=n;this.Currency=cu;this.change=c;this.percentageChange=p;this.PercentageChangeMonthly=pm;this.PercentageChangeYearly=py;this.flag=f;}} this.add('4186','1 דולר ארה"ב','3.3680','0.0020','0.06','0.18','-2.55','usa.gif') this.add('4181','1 אירו','3.9810','-0.0083','-0.21','-0.79','2.65','euro.gif') this.add('4182','100 ינים יפנים','3.1635','-0.0043','-0.14','-0.31','-0.67','japan.gif') this.add('4802','1 ליש"ט','4.4679','-0.0219','-0.49','-0.31','-2.01','uk.gif') this.add('4801','1 פרנק שוויצרי','3.6979','0.0048','0.13','-0.73','3.44','swis.gif') }