var BondIndices_details = new function() { this.FileCreateTime = '09.05.2024 18:00' this.now = '09.05.2024 17:24' this.BondIndices = new Array(); this.add = function(i,s,n,l,p) {this.BondIndices[this.BondIndices.length] = new function() {this.id=i;this.symbol=s;this.name=n;this.last=l;this.percentagechange=p;}} this.add('23947','9999681','תל בונד 20','383.58','-0.02') this.add('30797','9999040','תל בונד 40','364.20','-0.03') this.add('30799','9999060','תל בונד 60','375.27','-0.03') this.add('41107','9999080','תל בונד שיקלי','399.61','-0.01') this.add('7366','9999236','All-Bond כללי','380.23','-0.02') }