<!--The Footer begins -->
<?php
//To close the DB connection if opened
//Unless needed in the footer
if($DBuse == yes){
mysql_close($dbc);}
?>
<br />
<br />
<table border="0" cellspacing="6">
<tr><!-- The Top Row -->
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr><!-- The Bottom Row -->
<td><font size="2"><?php echo($version); ?> | </font></td>
<td><font size="2">A Vas Kaloidis Project | </font></td>
<td><font size="2">Powered by <b>Guava</b></font></td>
</tr>
</table>
</body>
</html>