authenticate();
$html = new html;
$html -> send_header($pagetitle,$Cat,0,$user);
// ---------------------
// Grab the tablewrapper
list($tbopen,$tbclose) = $html -> table_wrapper();
// ***** YOU MAY NEED TO EDIT THE NAME OF THE TEMPLATE ******
if (!$debug) {
include("$thispath/templates/$tempstyle/2007_Reviews/Isaac/Oly510Review.tmpl");
}
// Send the footer
$html -> send_footer();
?>