Exchange Rates and Currency Convertor

Convert currencies with our universal exchange rate calculator
Grab a free currency converter tool for your website by using our simple code below.
  

Copy and paste the code below into your website and get
a handy free currency convertor for your visitors to use.
You can modify the size, colour and text on your free currency converter.

---------------------------------------------------------------------------------------------------------
<script type="text/javascript">
convertor_fontFamily = "Verdana";
convertor_fontSize = "10px";
convertor_fontColor = "000000";
convertor_bgColor = "FFFFFF";
document.write('<iframe scrolling="no" frameborder=0 height="270px" width="300px" src="http://www.forexrate.co.uk/currency_rates/convertor.php?fontFamily=' + convertor_fontFamily + '&fontColor=' + convertor_fontColor + '&fontSize=' + convertor_fontSize + '&bgColor=' + convertor_bgColor + '"></iframe>');
</script>

----------------------------------------------------------------------------------------------------------