<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The Cokemart - Come her for our superb content on Age Of Empires and Pokemon!(Not yet)</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="sitenav" class="sitenav">
<b>Main Site</b><br />
<a href="cokemart.freeownhost.com/site.php?id=site">Main</a>
</div>
<!-- Content -->
<div id="aroundcontent" class="aroundcontent">
<div id="content" class="content">
<?php
if (!$id) {
$id = "main";
$include = $id . ".txt";
}
else {
$include = $id . ".html";
}
if (is_file($include) == "1") {
include $include;
}
else {
include "404.txt";
}
?>
</div>
</div>
</body>
</html>