<?
$pre   = '';
include "common.php";
$title = "U.S. GLOBEC Related Job Postings";
// 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 = 'jobs';
$logo  = true;
include HEAD;
?>
<ul>
<li class="papers">
   None at this time.
</li>
</ul>
<a href="jobs_archive.php"><b>Archive</b></a>
<br />
<br />
<br />
If you have a position you would like added to this list please email the links and information to
<a href="mailto:robertson@marine.rutgers.edu">robertson@marine.rutgers.edu</a>.
<?
include FOOT;
?>
