var ContinuousRates_details = new function() { this.now = '03.10.2025 10:45' this.ContinuousRates = new Array(); this.ContinuousRates_create = '03.10.2025 10:44' 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','03/10','10:44','3.3120','-0.03','3.3226','3.3000','israel.gif','forex') this.add('10426','שקל יורו','EURILS','03/10','10:44','3.8811','0.00','3.9052','3.8699','israel.gif','forex') this.add('10432','1 אירו','EURUSD','03/10','10:44','1.1734','0.12','1.1737','1.1718','euro.gif','forex') this.add('10442','1 ליש\"ט','GBPUSD','03/10','10:44','1.3456','0.14','1.3463','1.3427','uk.gif','forex') this.add('10464','1 ין יפני','USDJPY','03/10','10:44','147.4600','0.18','147.8150','147.0880','japan.gif','forex') this.add('10462','1 פרנק שוויצרי','USDCHF','03/10','10:44','0.7971','0.01','0.7980','0.7967','swis.gif','forex') }