var exchanges_details = new function() { this.now = new Date(2025,10,23,10,55,14); 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('tase','Tel Aviv Stock Exchange',0,'','','israel','תל אביב',new Date(2025,10,23,9,0,0),new Date(2025,10,23,17,40,0),'opened',979,'ת\"א-35','-','-0.05'); }