Snowbie,
To include the record alert where you want it, place it below the <div align="center">.
This is an example from my all-time records page.
//=========================================================================
// Start of table and page
?>
<div id="main-copy">
<div align="center">
<?php include("record.php"); print $alltimerecords; ?>
<table width="99%" cellpadding="0" cellspacing="0" border="0">
Hope this helps,
-Dennis