var currencyRates = new Array();
currencyRates['AED'] = 3.67;
currencyRates['ANG'] = 1.74;
currencyRates['ARS'] = 4.34;
currencyRates['AUD'] = 0.92;
currencyRates['BGN'] = 1.47;
currencyRates['BHD'] = 0.38;
currencyRates['BND'] = 1.24;
currencyRates['BOB'] = 6.91;
currencyRates['BRL'] = 1.73;
currencyRates['BWP'] = 7.16;
currencyRates['CAD'] = 0.99;
currencyRates['CHF'] = 0.91;
currencyRates['CLP'] = 478.20;
currencyRates['CNY'] = 6.29;
currencyRates['COP'] = 1783.00;
currencyRates['CZK'] = 18.71;
currencyRates['DKK'] = 5.60;
currencyRates['EEK'] = 11.73;
currencyRates['EGP'] = 6.03;
currencyRates['EUR'] = 0.75;
currencyRates['FJD'] = 1.74;
currencyRates['GBP'] = 0.63;
currencyRates['HKD'] = 7.75;
currencyRates['HNL'] = 19.05;
currencyRates['HRK'] = 5.71;
currencyRates['HUF'] = 217.72;
currencyRates['IDR'] = 8865.00;
currencyRates['ILS'] = 3.70;
currencyRates['INR'] = 49.16;
currencyRates['JPY'] = 77.06;
currencyRates['KRW'] = 1115.00;
currencyRates['KWD'] = 0.28;
currencyRates['KZT'] = 148.57;
currencyRates['LKR'] = 114.29;
currencyRates['LTL'] = 2.60;
currencyRates['MAD'] = 8.40;
currencyRates['MUR'] = 29.30;
currencyRates['MXN'] = 12.63;
currencyRates['MYR'] = 3.00;
currencyRates['NOK'] = 5.76;
currencyRates['NPR'] = 78.31;
currencyRates['NZD'] = 1.19;
currencyRates['OMR'] = 0.39;
currencyRates['PEN'] = 2.69;
currencyRates['PHP'] = 42.20;
currencyRates['PKR'] = 90.57;
currencyRates['PLN'] = 3.14;
currencyRates['QAR'] = 3.64;
currencyRates['RON'] = 3.28;
currencyRates['RSD'] = 81.44;
currencyRates['RUB'] = 29.73;
currencyRates['SAR'] = 3.75;
currencyRates['SEK'] = 6.67;
currencyRates['SGD'] = 1.24;
currencyRates['SKK'] = 22.70;
currencyRates['THB'] = 30.76;
currencyRates['TRY'] = 1.74;
currencyRates['TTD'] = 6.40;
currencyRates['TWD'] = 29.52;
currencyRates['UAH'] = 8.03;
currencyRates['USD'] = 1.00;
currencyRates['ZAR'] = 7.53;

