<?php
	define('thisscript','currencypage');
	
	require_once "global.php";
	
	$list1 = '';
 	$list1 = ' <iframe id="currency_frame" frameborder="0" scrolling="auto" height="652" width="641" allowtransparency="true" marginwidth="0" marginheight="0" 
				src="http://fxrates.investing.com/index_single_crosses.php?currency=55&header-text-color=%23FFFFFF&curr-name-color=%230059b0
				&inner-text-color=%23000000&green-text-color=%232A8215&green-background=%23B7F4C2&red-text-color=%23DC0001&red-background=%23FFE2E2
				&inner-border-color=%23CBCBCB&border-color=%23cbcbcb&bg1=%23F6F6F6&bg2=%23ffffff&bid=show&ask=show&last=show&open=show&high=show&low=show
				&change=show&change_in_percents=show&last_update=show"></iframe><br />
			  ';
 	
	require_once "incl/global_template.php";
	
	$tmpl = gettemplate('currencypage');
	eval("\$template = \"$tmpl\";");
	echo $template;
	
?>