var RepresentativeRates_details = new function() { this.now = '14.01.2024 18:00' this.RepresentativeRates_create = '12.01.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.7280','-0.0300','-0.1900','2.7800','2.7800','usa.gif') this.add('4181','1 אירו','4.0876','-0.0250','-0.3300','1.8900','1.8900','euro.gif') this.add('4182','100 ינים יפנים','2.5688','-0.0210','0.0000','0.2000','0.2000','japan.gif') this.add('4802','1 ליש"ט','4.7546','-0.0258','-0.2800','2.8900','2.8900','uk.gif') this.add('4801','1 פרנק שוויצרי','4.3676','-0.0395','-0.6100','1.2500','1.2500','swis.gif') this.add('424213','נומינלי אפקטיבי יציג','78.2983','-0.1808','-0.2304','','2.1916','coins_flag.png') }