var RepresentativeRates_details = new function() { this.now = '30.04.2024 18:00' this.RepresentativeRates_create = '30.04.2024' 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.7410','-0.0770','-2.0200','1.6300','3.1400','usa.gif') this.add('4181','1 אירו','4.0132','-0.0910','-2.2200','0.8600','0.0400','euro.gif') this.add('4182','100 ינים יפנים','2.3844','-0.0540','-2.2100','-2.0100','-6.9900','japan.gif') this.add('4802','1 ליש"ט','4.6940','-0.0936','-1.9600','0.8700','1.5800','uk.gif') this.add('4801','1 פרנק שוויצרי','4.1059','-0.0845','-2.0200','0.7800','-4.8100','swis.gif') this.add('424213','נומינלי אפקטיבי יציג','77.6775','0.5543','0.7187','3.1461','1.3814','coins_flag.png') }