Here it is ... ripped out the HTML crap though to make the post less overwhelming ... figure the PHP part is the problem somewhere.
<?php
session_start();
require("include/config.php");
include("include/functions.php");
$header_include = '';
DoLog("Welcome");
?>
<html>
<head>
<title>Welcome</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function popup_window(url)
{
link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=585,height=420,left=10,top=10");
link.focus();
}
-->
</script>
<style type="text/css">
body {
font-family: Helvetica, Verdana, sans-serif;
}
p {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
}
td {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
}
th {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
}
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
</body>
</html>