function exchangeObj()
{
	this.GBPtoUSD=1.73;
	this.USDtoGBP=0.57;
	this.USDtoEUR=0.83;
}
var currencyObj = new exchangeObj();
