var RepresentativeRates_details = new function() { this.now = '08.05.2024 18:00' this.RepresentativeRates_create = '08.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.7130','-0.0090','-0.2400','-2.7500','2.3700','usa.gif') this.add('4181','1 אירו','3.9880','-0.0193','-0.4800','-2.8300','-0.5900','euro.gif') this.add('4182','100 ינים יפנים','2.3860','-0.0216','-0.9000','-2.1500','-6.9300','japan.gif') this.add('4802','1 ליש"ט','4.6325','-0.0372','-0.8000','-3.2400','0.2500','uk.gif') this.add('4801','1 פרנק שוויצרי','4.0837','-0.0180','-0.4400','-2.5500','-5.3300','swis.gif') this.add('424213','נומינלי אפקטיבי יציג','75.9497','-0.4659','-0.6097','-0.1854','-0.8737','coins_flag.png') }