var ContinuousRates_details = new function() { this.now = '05.02.2026 18:00' this.ContinuousRates = new Array(); this.ContinuousRates_create = '05.02.2026 17: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','05/02','17:59','3.1195','0.73','3.1234','3.1004','israel.gif','forex') this.add('10426','שקל יורו','EURILS','05/02','17:59','3.6761','0.31','3.6840','3.6500','israel.gif','forex') this.add('10432','1 אירו','EURUSD','05/02','17:59','1.1792','-0.11','1.1822','1.1780','euro.gif','forex') this.add('10442','1 ליש\"ט','GBPUSD','05/02','17:59','1.3528','-0.82','1.3654','1.3521','uk.gif','forex') this.add('10464','1 ין יפני','USDJPY','05/02','17:59','156.8200','0.01','157.3370','156.5240','japan.gif','forex') this.add('10462','1 פרנק שוויצרי','USDCHF','05/02','17:59','0.7771','0.00','0.7787','0.7742','swis.gif','forex') }