
<!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><meta http-equiv='content-type' content='application/xhtml+xml; charset=windows-1251'/>
<link rel="shortcut icon" href="ico.ico" type="image/x-icon" />


<link rel="stylesheet" href="styleN.css" type="text/css" />
</head>
<body>

<div class="menu">
<div class="line"></div><div class="footto">
<font color="orange"><b><div class="foot"><center></center></div></b></font></div>
<div class="line"></div>
<div class="footto">
<?
$start=$_POST['start'];
$met=rand(2,12);
$you=rand(2,12);

echo"
 :<br/>
<form action=\"game.php?NICK=$NICK&pass=$pass&speak=metiy&id=play\" method=\"post\">
<input type=\"submit\" value=\" \">
<input name=\"start\" value=\"start\" type=\"hidden\">
</form><br/>";
if(isset($start)){
echo":$met<br/>
:$you<br/>
:";

if($met>$you){echo' ';}
if($met<$you){echo' ';}
if($met==$you){echo'';}
}
die;

?>










 
