var exchanges_details = new function() { this.now = new Date(2024,5,2,2,47,51); 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,2,10,0,0),new Date(2024,5,1,18,30,0),'closed',539268,'לונדון פוטסי 100','-','-0.28'); this.add('nyse','New York Stock Exchange',7,'america','','usa','ניו-יורק',new Date(2024,5,2,16,30,0),new Date(2024,5,1,23,0,0),'closed',373853,'אס אנד פי 500','-','-0.34'); this.add('australia','Australian Stock Exchange',-7,'Australia','','australia','אוסטרליה',new Date(2024,5,2,3,0,0),new Date(2024,5,1,9,30,0),'closed',539312,'S&P/ASX 200','',''); this.add('tase','Tel Aviv Stock Exchange',0,'','','israel','תל אביב',new Date(2024,5,2,9,0,0),new Date(2024,5,1,17,40,0),'closed',979,'ת\"א-35','-','-1.00'); this.add('tse','Tokyo Stock Exchange',-6,'asia','','japan','טוקיו',new Date(2024,5,2,3,0,0),new Date(2024,5,1,9,0,0),'closed',539324,'Tokyo Topix Index','',''); }