<?php
echo ("<!DOCTYPE html
PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"
\"DTD/xhtml1-transitional.dtd\">
<html xmlns=\"http://www.w3.org/1999/xhtml\">
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />");
echo("\n<title>PHP Hit Counter</title>\n
<link rel=\"StyleSheet\" href=\"/common/newstyle1.css\" type=\"text/css\" media=\"screen\" />");
echo ("<link rel=\"icon\" type=\"image/gif\" media=\"screen\" href=\"/pics/icon-small.gif\" />\n");
echo ("<link rel=\"shortcut icon\" type=\"image/gif\" media=\"screen, print\" href=\"/pics/icon-small.gif\" />");
echo ("</head>
<body>");
	show_source ("counter.txt");
echo ("</body>
</html>
");
?>
