<!--

function popCurrency()
{

bname=navigator.appName
message="If you have a popup stopper program enabled on your computer, please read the following message; otherwise, just click OK.\n\n\t\t*** Popup Up Blocker Users Read Below ***\n\nIn order to use the Personal Currency Assistant you will need to disable your pop-up stopper program.  Click CANCEL below, disable the popup stopper program, then click on the link again to use the Personal Currency Assistant.\n\nAfter you are finished you can enable your popup stopper program again. Thank you.";
sayso=confirm(message);

	
	if (!sayso)  {
	window.location="rates.html"
	return;
	}
	else {
	window.location="http://www.xe.com/pca/launch.cgi?From=USD&ToSelect=CAD";
	return;
	}
	


}

//-->