<?php
require '../../lang_inc.php';
require '../../sid.php';
require '../../config.php';
$link = connect_db();
list($user, $id, $ps) = check_login($link);
whorm(0, 'games');
include '../../head.php';
echo $div_title . ''.$lang['Дорога в Париж'].'' . $div_end . $div_left;
?><center>
<embed src="http://flashgames.az/flashgames/swf/4084.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="370"><br />
</center>
<?
echo '<center>'.$lang['Избегайте посторонних предметов на дороге'].'</center>';
?>
<?
echo '<center><a href="/games/index.php?'.$ref.'">'.$lang['В раздел'].'</a></center>';
require_once '../../foot.php';
?>