var RepresentativeRates_details = new function() { this.now = '02.05.2024 18:00' this.RepresentativeRates_create = '02.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.7380','-0.0020','-0.0500','-2.1000','3.0600','usa.gif') this.add('4181','1 אירו','4.0011','0.0097','0.2400','-2.5100','-0.2600','euro.gif') this.add('4182','100 ינים יפנים','2.4085','0.0396','1.6700','-1.2300','-6.0500','japan.gif') this.add('4802','1 ליש"ט','4.6776','0.0100','0.2100','-2.3000','1.2300','uk.gif') this.add('4801','1 פרנק שוויצרי','4.0987','0.0357','0.8800','-2.1900','-4.9800','swis.gif') this.add('424213','נומינלי אפקטיבי יציג','75.8543','-0.2365','-0.3108','-0.3108','-0.9982','coins_flag.png') }