// Preamble
$pageName = "News Archives";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
?>
require("news_funcs.php");
?>
monthForm (); ?>
keywordForm (); ?>
require("parts/postamble.php"); // Finish this sucker up
?>