var exchanges_details = new function() { this.now = new Date(2024,5,13,6,9,39); this.exchanges = new Array(); this.add = function(x,d,e,t,n,f,h,o,c,s,i,j,y,pc) {this.exchanges[x] = new function() {this.exchange=x;this.description=d;this.offset=e;this.continent=t;this.country=n;this.flag=f.length > 0 ? 'http://images.globes.co.il/images/flags/' + f + '.gif' : '';this.he=h;this.open=o;this.close=c;this.status=s;this.indexinstrumentid=i;this.indexinstrumenthe=j;this.tendency=y;this.percentagechange=pc}} this.add('lse','London Stock Exchange',2,'europe','','uk','לונדון',new Date(2024,5,13,10,0,0),new Date(2024,5,10,18,30,0),'closed',539268,'לונדון פוטסי 100','+','0.63'); this.add('nyse','New York Stock Exchange',7,'america','','usa','ניו-יורק',new Date(2024,5,13,16,30,0),new Date(2024,5,10,23,0,0),'closed',373853,'אס אנד פי 500','+','0.16'); this.add('australia','Australian Stock Exchange',-7,'Australia','','australia','אוסטרליה',new Date(2024,5,13,3,0,0),new Date(2024,5,13,9,30,0),'opened',539312,'S&P/ASX 200','',''); this.add('tase','Tel Aviv Stock Exchange',0,'','','israel','תל אביב',new Date(2024,5,15,9,0,0),new Date(2024,5,12,16,0,0),'closed',979,'ת\"א-35','+','0.50'); this.add('tse','Tokyo Stock Exchange',-6,'asia','','japan','טוקיו',new Date(2024,5,13,3,0,0),new Date(2024,5,13,9,0,0),'opened',539324,'Tokyo Topix Index','',''); }