var ContinuousRates_details = new function() { this.now = '18.12.2025 10:20' this.ContinuousRates = new Array(); this.ContinuousRates_create = '18.12.2025 09:48' 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/12','09:48','3.2296','-0.19','3.2397','3.2179','israel.gif','forex') this.add('10426','שקל יורו','EURILS','18/12','09:48','3.7899','-0.16','3.8056','3.7611','israel.gif','forex') this.add('10432','1 אירו','EURUSD','18/12','09:48','1.1744','0.03','1.1750','1.1735','euro.gif','forex') this.add('10442','1 ליש\"ט','GBPUSD','18/12','09:48','1.3373','-0.02','1.3379','1.3362','uk.gif','forex') this.add('10464','1 ין יפני','USDJPY','18/12','09:48','155.8160','0.15','155.9540','155.4170','japan.gif','forex') this.add('10462','1 פרנק שוויצרי','USDCHF','18/12','09:48','0.7951','-0.02','0.7956','0.7940','swis.gif','forex') }