<?
//***************************************************
// Startpage v1.1 by Matthijs Draijer
//
// Use of this script is free, as long as
// it's not commercial and you don't remove
// my name.
//
//***************************************************
include ("config.php");
include ("language_uk.php");
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">". NL;
echo "<HTML>". NL;
echo "<HEAD>". NL;
echo "<TITLE>$cfgPageTitle</TITLE>". NL;
echo "<link rel='stylesheet' href='style.css'>". NL;
echo "<meta name='Author' content='Matthijs Draijer'>". NL;
echo "</HEAD>". NL;
echo "<body>". NL;
echo "<CENTER>". NL;
echo "<table width='100%' height='100%' cellpadding='8' cellspacing='1' bgcolor='#636367'>". NL;
echo "<TR>". NL;
echo " <TD bgcolor='#EAEAEA'>". NL;
?>