<?
$pre   = '';
include "common.php";
$title = "Current NSF AOs";
// 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 = 'main';
$logo  = true;
include HEAD;
?>
<center><h1>Current NSF AOs</h1></center>
<br />
<ul>

   <li class="papers">
      <a target="blank" href="http://www.nsf.gov/pubs/2010/nsf10064/nsf10064.jsp"><b>Gulf Oil Spill MRI Rapid Response Research (RAPID)</b></a>
   </li>

   <li class="papers">
      <a target="blank" href="http://www.nsf.gov/pubs/2010/nsf10577/nsf10577.htm"><b>Frontiers in Earth System Dynamics</b></a>
   </li>

</ul>
<?
include FOOT;
?>
