<?php
$before="
<html>
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\">
<title></title>
<base target=\"\">
</head>
<body background=\"images/bg.gif\" text=\"#000000\" link=\"#993300\" vlink=\"#666600\" alink=\"#CC3300\">
<table border=\"2\" bordercolor=\"#700000\" cellspacing=\"0\" width=\"100%\" height=\"100%\">";
$after="</table><center><font size=\"1\">
<a href=\"index.html\" target=\"_top\">Home</a>
<a href=\"graph.php\" target=\"_top\">Graph</a>
<a href=\"rip.php\" target=\"_top\">Rip</a></center>
</body></html>";
?>