<?php
require_once ('config.inc.php');
?>
<html>
<head>
<title>404</title>
</head>
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top" class="text12blue" align="left" width="360"> <p>
<span class="text"><font size="+1">404 not found<br><br>
</font></span><span class="text">
The requested URL <b><?php echo $_GET['url']; ?></b> was not found on this server.
<br><br>
Please try our <a target="_top" href="<?php echo ROOT_URL;?>">homepage</a>.<?php echo $potUri; ?>
</span></p></td>
</tr>
</table>
<BR/></BODY></HTML>
</body>
</html>