var ContinuousRates_details = new function() { this.now = '02.03.2026 23:10' this.ContinuousRates = new Array(); this.ContinuousRates_create = '02.03.2026 23:09' this.add = function(i,n,s,d,t,l,p,h,lo,f) {this.ContinuousRates[this.ContinuousRates.length] = new function() {this.id=i;this.name=n;this.symbol=s;this.date=d;this.time=t;this.last=l;this.percentageChange=p;this.high=h;this.low=lo;this.flag=f;}} this.add('10463','שקל חדש','USDILS','02/03','23:09','3.0858','-1.47','3.1373','3.0678','israel.gif','forex') this.add('10426','שקל יורו','EURILS','02/03','23:09','3.6062','-2.71','3.7061','3.5964','israel.gif','forex') this.add('10432','1 אירו','EURUSD','02/03','23:09','1.1692','-1.06','1.1796','1.1672','euro.gif','forex') this.add('10442','1 ליש\"ט','GBPUSD','02/03','23:09','1.3406','-0.55','1.3456','1.3314','uk.gif','forex') this.add('10464','1 ין יפני','USDJPY','02/03','23:09','157.3650','0.85','157.7530','155.9360','japan.gif','forex') this.add('10462','1 פרנק שוויצרי','USDCHF','02/03','23:09','0.7794','1.36','0.7814','0.7661','swis.gif','forex') }