var RepresentativeRates_details = new function() { this.now = '16.03.2021 16:30' this.RepresentativeRates_create = '16.03.2021' 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.2990','-0.0100','-0.30','0.58','2.61','usa.gif') this.add('4181','1 אירו','3.9430','-0.0060','-0.15','-1.71','-0.03','euro.gif') this.add('4182','100 ינים יפנים','3.0240','-0.0102','-0.34','-2.16','-3.05','japan.gif') this.add('4802','1 ליש"ט','4.5722','-0.0350','-0.76','-1.45','4.11','uk.gif') this.add('4801','1 פרנק שוויצרי','3.5672','0.0004','0.01','-1.49','-2.26','swis.gif') }