<?php
include("../../mainfile.php");
include "header.php";
?>
<html>
<body>
<table align=center weight="100%" border=1 cellspacing=10 crllpading=10>
<tr>
  <td valign=top><a href="http://www.i-mode.ru/" title="Мобильная связь, Сотовые телефоны. i-mode wireless internet">i-mode.ru - Мобильный Интернет</a></td>
  <td valign=top>Мобильная связь</td>
</tr>
<tr>
  <td valign=top><a href="http://www.name4net.ru/" title="Регистрация доменного имени, домены, регистратор доменов ru">Name4net.ru - Хостинг и домены</a></td>
  <td valign=top>Хостинг</td>
</tr>

</table>
</body>
</html>
<?php
echo '<p align=center><font size=1><</font>';
include "computers.php";
for($i=0;$i<count($computers);$i++)
{
//   if(page==$i) 
//    {
//       $out=$i+1;
//       echo '<font size=2>'.$out.'</font>';
//    }
//    else
//    {
        $out=$i+1;
	echo '<font size=2><a href="computers'.$out.'.html">'.$out.'</a></font>';
        if(($i+1)!=count($computers)) echo ',';
//    }

}
echo '<font size=1>></font></p>';
include(XOOPS_ROOT_PATH."/footer.php");
?>


