<?
$pre   = '';
include "common.php";
$title = 'Submit a Job Posting';
// 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;
?>
<h2>Coming soon</h2>
<br>
For now please email <a href="mailto:robertson@marine.rutgers.edu">webmaster</a><br><br><br><br><br>
<?
include FOOT;
?>
