var RepresentativeRates_details = new function() { this.now = '20.12.2022 18:00' this.RepresentativeRates_create = '20.12.2022' 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.4690','0.0280','0.81','0.81','11.54','usa.gif') this.add('4181','1 אירו','3.6754','0.0240','0.66','3.12','4.42','euro.gif') this.add('4182','100 ינים יפנים','2.6154','0.0900','3.56','5.37','-3.21','japan.gif') this.add('4802','1 ליש"ט','4.1975','0.0035','0.08','1.55','-0.13','uk.gif') this.add('4801','1 פרנק שוויצרי','3.7306','0.0371','1.00','2.97','9.58','swis.gif') }