auth();
$inc->template();
// Check to see if the person is not logged in
$GLOBALS['auth']->check_logout();
// Include the javascript files
$GLOBALS['template']->assign('javascript', '');
$GLOBALS['template']->assign('onload', ' onload="parent.window.Monitor.refresh();"');
// Display the output
$GLOBALS['template']->display('monitor_status.tpl');
// do events that need to be done at the end of the file
$inc->finished();
?>