<?php
//echo "<div style="background-color: #bb0705"><br /></div>n";
if(!empty($xhtml)) echo $xhtml."n";
echo "<div class="header">Версия: xhtml | <a href="/wml/">wml</a> | <a href="/html/">html</a> </div>n";
list($msec, $sec) = explode(chr(32), microtime());
echo "<!--".round(($sec + $msec) - $headtime, 5)."-->n";
print "</body>n";
print "</html>n";
if (!eregi("admin.php",$_SERVER["PHP_SELF"])) include "../global_count.php";
?>