if ($_SESSION['page']==1)
{
//include "news.php";
}
if ($_SESSION['page']==2) include "turnirs.php";
if ($_SESSION['page']==3) include "teams.php";
if ($_SESSION['page']==4) include "players.php";
if ($_SESSION['page']==5) include "cabinet.php";
if ($_SESSION['page']==6) include "yunior.php";
if ($_SESSION['page']=='0') include "admin.php";
//if ($_SESSION['page']==7) include "joma.php";
if ($_SESSION['page']==11) include "multimedia.php";
?>
include "tabliza.php";
//include "prognoz.php";
?>