Free Currency Forecasts  |  Currency Converter FAQs  |  Contact Go Currency  |  Currency Directory

GoCurrency Converter
Webmasters: Increase Your Site's Visibility
The GoCurrency.com converter is an easy-to-use conversion tool that you can add to your website for free! Add another dimension of usability to your site!
 Currency Converter Add to Site
Please enter the amount you wish to convert.
Amount: 
From: 
To: 

The Currency Conversion Web Tool

Below is the interface that will display on your site after implementing the JavaScripts to your web page.
Implementation Instructions
There are two pieces of JavaScript to add. The first goes in your head tags, and the second piece of code is placed in your page layout and is placed in the body of your site.

1. <head> Tag
This code has the functions and needs to be in the head section of the including page:

<script language="JavaScript" src="http://www.gocurrency.com/
js/rcalculator.js"></script>

2. <body> Tag
Insert the following in your body tags:

<script language="JavaScript" src="http://www.gocurrency.com/
js/gocurrcalc.js"></script>