<html> <head> <title>vBoard</title> </head> <table border="1" width="100%"> <tr> <td width="50%"> <?php include("totalmembers.inc.php"); ?> </td> <td width="50%"> <?php include("newestmember.inc.php"); ?></td> </tr> </table> <p> <?php include("activetopics.php"); ?></p> <html/>