<?php
include('inc/gzip.php');

$m1=microtime(); list($ms, $s)=explode(' ', $m1); $m1=$s+$ms;
echo    '<?xml version="1.0" encoding="utf-8"?>
         <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
         <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
         <head>
         <title>'.TITLE.'</title>
         <link rel="stylesheet" href="style.css" type="text/css" />
         </head><body>';
require_once('./apanel/rekl/head.php');
echo '<br/>';

?>