<?
$pre   = '';
include $pre . "common.php";
$title = 'Welcome to U.S. Globec';
// 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;

$blurb = '<center><a target="_blank" href="http://web.pml.ac.uk/globec/products/newsletter/news14.2.pdf"><img src="images/intl_newsletter14.2.png" /></a><br>
          <b>GLOBEC International Newsletter</b></center>
          <p>The latest GLOBEC International Newsletter includes a legacy
          piece from U.S. GLOBEC.';

?>
      <div id="blurb"><?=$blurb?></div>
      <div id="top_stories">
         <object type="application/x-shockwave-flash"
                 data="includes/container.swf?path=includes/top_stories4.swf"
                 width="525" height="375">
            <param name="movie" value="includes/container.swf?path=includes/top_stories4.swf">
            <param name="quality" value="high">
            <param name="bgcolor" value="black">
            <param name="allowscriptaccess" value="samedomain">
         </object>
      </div>
      <div style="clear:both;"></div>
      <div class="bottomLeft">
         <p class="panelHead">GLOBEC &amp; Climate Change</p>
         The potential consequences of climate change for earth systems,
         the effects of other anthropogenic impacts on marine ecosystems,
         and the possible interaction between climate change and human. . .
         <br><a href="features/overview.php">(more)</a>
      </div>
      <div class="bottomCenter">
         <p class="panelHead">Study Areas and Species</p>
         GLOBEC is an international program, with studies underway in several
         individual nations, as well as a joint international program in the
         Southern Ocean off Antarctica. The US GLOBEC program has a number. . .<br>
         <a href="features/study_areas.php">(more)</a>
      </div>
      <div class="bottomCenter">
         <p class="panelHead">U.S. GLOBEC Synthesis</p>
         The goal of U.S. GLOBEC is to understand how physical processes
         affect the structure and dynamics of marine ecosystems and to
         predict the effects of climate change and variability on these
         . . .<br><a href="features/synthesis.php">(more)</a>
      </div>
      <div class="bottomRight">
         <p class="panelHead">Research Results &amp; Impacts</p>
         Several reserach results have already found their way into
         management decisions. The first example of these is the use of
         a circulation model developed under the GLOBEC Georges Bank program to. . .<br>
         <a href="features/results_impacts.php">(more)</a>
      </div>
      <div style="clear:both;"></div>
      &nbsp;
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
              codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
              width="1" height="1">
         <param name="movie" value="includes/dummy.swf">
      </object>
<?
include FOOT;
?>
