include("/home/liveexch/public_html/A_GLOBAL/header_cache.php");
if(isset($_GET['from']))
$from = $_GET['from'];
if(isset($_GET['to']))
$to = $_GET['to'];
if(isset($_GET['amount']))
$amount = $_GET['amount'];
if(!isset( $_GET['amount']))
$amount = 1;
$from = strtoupper($from);
$to = strtoupper($to);
include("configs.php");
include("/home/liveexch/public_html/fr/tahta.php");
$longfrom = $arraynew[$from]['LONG'];
$longto = $arraynew[$to]['LONG'];
include("lang.php");
include("/home/liveexch/public_html/includes/conv.php");
$sitename2 = conv_sitename_lang;
$sitedescription = conv_desc_lang;
$sitekeywords = conv_keyw_lang;
$template = 'fooxx';
include ("template/header.html");
include ("template/conv.html");
include ("template/footer.html");
?>