var BondIndices_details = new function() { this.FileCreateTime = '02.05.2024 18:00' this.now = '02.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','382.13','0.25') this.add('30797','9999040','תל בונד 40','363.05','0.20') this.add('30799','9999060','תל בונד 60','373.98','0.23') this.add('41107','9999080','תל בונד שיקלי','397.81','0.19') this.add('7366','9999236','All-Bond כללי','378.84','0.21') }