var ContinuousRates_details = new function() { this.now = '25.02.2026 20:00' this.ContinuousRates = new Array(); this.ContinuousRates_create = '25.02.2026 19:59' 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','25/02','19:59','3.0852','-0.65','3.1054','3.0846','israel.gif','forex') this.add('10426','שקל יורו','EURILS','25/02','19:59','3.6424','-0.25','3.6658','3.6385','israel.gif','forex') this.add('10432','1 אירו','EURUSD','25/02','19:59','1.1807','0.28','1.1814','1.1771','euro.gif','forex') this.add('10442','1 ליש\"ט','GBPUSD','25/02','19:59','1.3556','0.52','1.3566','1.3482','uk.gif','forex') this.add('10464','1 ין יפני','USDJPY','25/02','19:59','156.3340','0.34','156.8240','155.3330','japan.gif','forex') this.add('10462','1 פרנק שוויצרי','USDCHF','25/02','19:59','0.7725','-0.14','0.7757','0.7718','swis.gif','forex') }