<?
$pre   = '../';
include $pre . "common.php";
$title = 'Top Story Archive';
// Since register_globals is on, the $_GET variables override anything
// I set in my scripts so I have this $imenu for initial menu then it
// can be reset by the $_GET['menu'] variable.
$imenu = 'top_stories';
$logo  = true;
include HEAD;
?>

<center><h2>Top Story Archive</h2></center>

<ol>

<!-- <li><a href="story.php"></a></li> -->

   <li><a href="story01.php">NOAA Bronze Medal goes to GLOBEC Scientists</a></li>
   <li><a href="story02.php">Effects of Climate Variability on Upwelling in the California Current System</a></li>
   <li><a href="story03.php">U.S. GLOBEC Transitions: Towards a fully integrated climate-to-fish model</a></li>
   <li><a href="story04.php">Seasonal Evolution of Nutrients in the Coastal Gulf of Alaska</a></li>
   <li><a href="story05.php">LTRANS Model Released</a></li>
   <li><a href="story06.php">NEP Science Investigators Put Past Research to the Test in Future Forecasting Exercise</a></li>
</ol>
<?
include FOOT;
?>
