var exchanges_details = new function() { this.now = new Date(2024,4,27,12,22,41); 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,4,29,10,0,0),new Date(2024,4,26,18,30,0),'closed',539268,'לונדון פוטסי 100','+','0.75'); this.add('nyse','New York Stock Exchange',7,'america','','usa','ניו-יורק',new Date(2024,4,29,16,30,0),new Date(2024,4,26,23,0,0),'closed',373853,'אס אנד פי 500','+','1.02'); this.add('australia','Australian Stock Exchange',-7,'Australia','','australia','אוסטרליה',new Date(2024,4,29,3,0,0),new Date(2024,4,26,9,30,0),'closed',539312,'S&P/ASX 200','',''); this.add('tase','Tel Aviv Stock Exchange',0,'','','israel','תל אביב',new Date(2024,4,30,9,0,0),new Date(2024,4,25,14,35,0),'closed',979,'ת\"א-35','-','-0.68'); this.add('tse','Tokyo Stock Exchange',-6,'asia','','japan','טוקיו',new Date(2024,4,30,3,0,0),new Date(2024,4,26,9,0,0),'closed',539324,'Tokyo Topix Index','',''); }