var InterestRates_details = new function() { this.now = '29.04.2024 18:00' this.InterestRates_Libor_create = '07.03.2013 15:58' this.InterestRates_Libor = new Array(); this.add = function(n,r,r1,r2,r3,r6,r12,f,id) {this.InterestRates_Libor[this.InterestRates_Libor.length] = new function() {this.name=n;this.rate_on=r;this.rate1=r1;this.rate2=r2;this.rate3=r3;this.rate6=r6;this.rate12=r12;this.flag=f;this.id=id;}} this.add('דולר ארה"ב','0.155','0.2022','0.2405','0.2806','0.4494','0.7365','usa.gif','10463') this.add('אירו','0.0179','0.0557','0.09','0.1236','0.2229','0.4264','euro.gif','10432') this.add('ין יפני','0.0929','0.1257','0.1414','0.16','0.26','0.4521','japan.gif','10464') this.add('לירה שטרלינג','0.4813','0.4938','0.4994','0.5069','0.6056','0.9163','uk.gif','10442') this.add('פרנק שוויצרי','-0.003','-0.001','0.007','0.022','0.0884','0.2664','swis.gif','10462') this.InterestRates_Europe_create = '04.04.2013 00:00' this.InterestRates_Europe = new Array(); this.add = function(n,b3,a3,b6,a6,f,id) {this.InterestRates_Europe[this.InterestRates_Europe.length] = new function() {this.name=n;this.bid3=b3;this.ask3=a3;this.bid6=b6;this.ask6=a6;this.flag=f;this.id=id}} this.add('דולר ארה"ב','0.36','0.46','0.86','1.11','usa.gif','4186') this.add('אירו','0.11','0.21','0.23','0.33','euro.gif','4181') this.add('ין יפני','0.07','0.33','0.08','0.20','japan.gif','10464') this.add('לירה שטרלינג','0.56','0.66','0.50','0.62','uk.gif','10442') this.add('פרנק שוויצרי','-0.13','0.07','-0.07','0.13','swis.gif','10462') }