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


define('THIS_PAGE_ID', 106);

$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" width=50%>

<table width=100% cellPadding=0 cellSpacing=8 border=0>
<tr>
<td valign="top">

<table width=100% border=0>
<tr><td valign="top"><img src="http://static.<?php echo $DOMEENI_NIMI;?>/img/spidomeeter.gif" border=0>&nbsp;</td><td width=100%><H5><A HREF="/auto/tirestest.php"><B><?php echo $LANG[218];?></B></A></H5></td></tr>
<tr><td colSpan=2><?php echo $LANG[463];?></td></tr>
</table>

<table width=100% cellPadding=0 cellSpacing=1><tr><td background="http://static.<?php echo $DOMEENI_NIMI;?>/img/triip.gif" bgColor="#CCCCCC" height=1 noWrap><img src="http://static.<?php echo $DOMEENI_NIMI;?>/img/t.gif" width=1 height=1 border=0 alt=""></td></tr></table>

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

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

<?php

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

?>