var ContinuousRates_details = new function() { this.now = '18.10.2025 08:00' this.ContinuousRates = new Array(); this.ContinuousRates_create = '18.10.2025 07:57' 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','18/10','03:00','3.3074','0.10','3.3293','3.2940','israel.gif','forex') this.add('10426','שקל יורו','EURILS','18/10','03:00','3.8551','-0.53','3.9096','3.8426','israel.gif','forex') this.add('10432','1 אירו','EURUSD','18/10','03:00','1.1656','-0.27','1.1729','1.1650','euro.gif','forex') this.add('10442','1 ליש\"ט','GBPUSD','18/10','07:57','1.3412','-0.15','1.3471','1.3391','uk.gif','forex') this.add('10464','1 ין יפני','USDJPY','18/10','07:48','150.8880','0.33','151.7263','149.3700','japan.gif','forex') this.add('10462','1 פרנק שוויצרי','USDCHF','18/10','03:00','0.7934','0.14','0.7936','0.7873','swis.gif','forex') }