just cuz i feel like being nice
<?php
setcookie ("loggedin", "", time() - 3600);
?>
<?php
$today = date("Y-m-d");
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
<meta name="keywords" content="">
<meta name="description" content="">
<link href="default2.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style5 {font-size: 12px}
.style12 {color: #666666}
.style13 {color: #333333}
.style15 {color: #333333; font-weight: bold; }
-->
</style>
</head>
<body>
...