var RepresentativeRates_details = new function() { this.now = '03.11.2024 18:00' this.RepresentativeRates_create = '01.11.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.7610','0.0520','1.2700','1.4000','3.6900','usa.gif') this.add('4181','1 אירו','4.0847','0.0680','1.0600','1.6900','1.8200','euro.gif') this.add('4182','100 ינים יפנים','2.4637','0.0379','1.2900','1.5600','-3.9000','japan.gif') this.add('4802','1 ליש"ט','4.8542','0.0443','0.7200','0.9200','5.0500','uk.gif') this.add('4801','1 פרנק שוויצרי','4.3338','0.0579','0.9600','1.3500','0.4700','swis.gif') this.add('424213','נומינלי אפקטיבי יציג','76.6626','0.8488','1.1196','1.1196','0.0568','coins_flag.png') }