<?php
include('../../inc/globals.php');
require('../../inc/sql_connect.php');
include('../../inc/template.php');

define('THIS_PAGE_ID', 105);

$user_info = user_logged_in();

$META_DATA = '<meta name="robots" content="noindex,follow" >';

show_header('', '', '../');


?>

<table align="center" cellPadding=0 cellSpacing=8 width=100%>
<tr height=200>
<td valign="top">

<table width=100% border=0>
<tr><td valign="top"><img src="http://static.<?php echo $DOMEENI_NIMI;?>/img/alkometer.gif" border=0>&nbsp;</td><td width=100%><H5><A HREF="/traffic/alcotest.php"><B><?php echo $LANG[461];?></B></A></H5></td></tr>
<tr><td colSpan=2><?php echo $LANG[462];?></td></tr>
</table>

</td>
</tr>
</table>

<?php

show_footer('../../inc/column/news.inc');

?>