//Script 'http://birdy1976.com/2003/exchange-rate.php' by:
//http://birdy1976.com/ -> MartinVoegeli@gmx.ch

//Provider of the exchange rate:
//http://www.swissquote.com/fcgi-bin/parsefquote?quote=52 

//Date and Time of creation:
var strDate = '2003/04/07 14:04:35';

arrExchangeRateCHF = new Array();

arrExchangeRateCHF['USD']  = 1.4056;
arrExchangeRateCHF['EURO'] = 1.4877;
arrExchangeRateCHF['JPY']  = 1.1646;
arrExchangeRateCHF['GBP']  = 2.1781;
arrExchangeRateCHF['CAD']  = 0.9422;
arrExchangeRateCHF['SEK']  = 16.215;
arrExchangeRateCHF['CHF']  = 1.0000;
