var RepresentativeRates_details = new function() { this.now = '01.05.2024 18:00' this.RepresentativeRates_create = '01.05.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.7400','-0.0010','-0.0300','-2.0400','3.1200','usa.gif') this.add('4181','1 אירו','3.9914','-0.0218','-0.5400','-2.7500','-0.5000','euro.gif') this.add('4182','100 ינים יפנים','2.3689','-0.0155','-0.6500','-2.8500','-7.6000','japan.gif') this.add('4802','1 ליש"ט','4.6676','-0.0264','-0.5600','-2.5100','1.0100','uk.gif') this.add('4801','1 פרנק שוויצרי','4.0630','-0.0429','-1.0400','-3.0400','-5.8100','swis.gif') this.add('424213','נומינלי אפקטיבי יציג','76.0908','-1.5867','-2.0427','0.0000','-0.6895','coins_flag.png') }