<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0079)http://www.sciencemag.org/cgi/gca?gca=274%2F5288%2F727e&sendit.x=66&sendit.y=12 -->
<HTML><HEAD><TITLE>Science -- Selected Abstracts</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-7">
<SCRIPT type=text/javascript>


<!-- 

// Set Booleans for Browser Type

var isNavPC;
var isNavMac;
var isIEMac;
var isIEPC;

if (parseInt(navigator.appVersion) >= 4) {

        isNavMac = ((navigator.appName == "Netscape") && (navigator.platform.indexOf("Mac") != -1));
        isNavPC = ((navigator.appName == "Netscape") && (navigator.platform.indexOf("Win") != -1));
        isIEMac = ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.platform.indexOf("Mac") != -1));
        isIEPC = ((navigator.appName.indexOf("Microsoft") != -1) && (navigator.platform.indexOf("Win") != -1));




// Set Booleans for DHTML

var isLayers = ((isNavPC) || (isNavMac)); // Netscape 4, 5
var isDivs = ((isIEPC) || (isIEMac));  // IE 4, 5
var isOther = ((!isLayers) && (!isDivs)); // All Else


// Set IE4 "all" and "style" for cross-platform functionality

var coll = "";
var stylo = ""; 

if (isDivs) { 
        coll = "all.";
        stylo = ".style";
}

// Set Global Variables

mName = new Array(); // name of menu
menuX1 = new Array(); // top left X of layer
menuY1 = new Array(); // top left Y of layer
menuX2 = new Array(); // bottom right X of layer
menuY2 = new Array(); // bottom right Y of layer
menuX3 = new Array(); // point of right "L" in layer
menuY3 = new Array(); // point of right "L" in layer
menuX4 = new Array(); // point of left "L" in layer
menuY4 = new Array(); // point of left "L" in layer


mName[0] = "search";
menuX1[0] = 202;
menuY1[0] = 115;
menuX2[0] = 376;
menuY2[0] = 205;
menuX3[0] = 339;
menuY3[0] = 135;
menuX4[0] = 202;
menuY4[0] = 135;

mName[1] = "browse";
menuX1[1] = 338;
menuY1[1] = 115;
menuX2[1] = 533;
menuY2[1] = 205;
menuX3[1] = 447;
menuY3[1] = 135;
menuX4[1] = 338;
menuY4[1] = 135;



var mNum = -1; // says mouse is roaming, not on a menu at all


// Start collecting Mouse Move Events

if (!isOther) { 

        if (isLayers) { document.captureEvents(Event.MOUSEMOVE); }
        document.onmousemove = whereami;

}

// whereami function to track mousemoving

function whereami(e) {

        if (mNum == -1) { return; }
        
        if (isLayers) { x = e.pageX; y = e.pageY; }
        if (isDivs) { 
                x = event.clientX + document.body.scrollLeft; 
                y = event.clientY + document.body.scrollTop; 
        }

        if ((( x > menuX3[mNum]) && ( y < menuY3[mNum])) || ((x < menuX1[mNum]) || (x > menuX2[mNum]) || (y < menuY1[mNum]) || (y > menuY2[mNum])) || ((x < menuX4[mNum]) && (y < menuY4[mNum]))) { 
                hidez(mName[0]);
                hidez(mName[1]);
                mNum = -1;
        }
        
} // End whereami function


// Turn On New menu, turn off all others

function menuOn(menuNum) {

        for (i=0; i<2; i++) {
        
                if (i != menuNum) { hidez(mName[i]); }
        
        }       

        showz(mName[menuNum]);
        
}

                
// Show layer/div

function showz(mname) {

        var obj = makeobj(mname);

        if (isLayers) { 
                obj.visibility = "show"; 
        } else if (isDivs) { 
                obj.visibility = "visible"; 
        }
        
        return false;

} // End showz function


// Hide layers/divs

function hidez(mname) {

        var obj = makeobj(mname);
        if (isLayers) { 
                obj.visibility = "hide"; 
        } else if (isDivs) { 
                obj.visibility = "hidden"; 
        }       

} // End Hidez Function


// General make object function for cross platform compatibility

function makeobj(objname) {

        var newobj;
        
        if (typeof objname == "string") {
                newobj = eval("document." + coll + objname + stylo);
        } else { newobj = objname; }
        
        return newobj;
        
} // End makeobj function

// -->


</SCRIPT>

<SCRIPT type=text/javascript>


<!-- 

// Set Netscape Redraw

if (isLayers) {         
        var oWidth = innerWidth; 
        var oHeight = innerHeight; 
        window.onResize = navReload(); }

function navReload() { 

        if ((window.innerWidth != oWidth) || (window.innerHeight != oHeight)) { 
                document.location=document.location; 
        }
        
} // end navReload()

// -->


</SCRIPT>

<SCRIPT language=JavaScript>


<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->


</SCRIPT>

<SCRIPT language=JavaScript>

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
   document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

// -->

</SCRIPT>

<META content="MSHTML 6.00.2800.1170" name=GENERATOR></HEAD>
<BODY text=#000000 vLink=#0000cc link=#0000cc bgColor=#eeeeee leftMargin=0 
topMargin=0 marginheight="0" marginwidth="0">
<DL><A name=top><!-- null --></A><!-- BEGIN MAIN TABLE - CONTAINER -->
  <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0><!-- BEGIN BANNER ADS -->
    <TBODY>
    <TR vAlign=top align=middle bgColor=#666666><!-- height hardcoded in case of missing ads -->
      <TD align=middle width=600 height=40><A name=top></A>
        <TABLE border=0>
          <TBODY>
          <TR>
            <TD><A 
              href="http://oas.highwire.org/RealMedia/ads/click_lx.ads/www.sciencemag.org/cgi/gca/1215671167/TopLeft/default/empty.gif/39353865356464383366626266646130" 
              target=_top><IMG height=2 alt="" 
              src="Science -- Selected Abstracts_files/39353865356464383366626266646130.gif" 
              width=2 border=0></A> </TD>
            <TD><A 
              href="http://oas.highwire.org/RealMedia/ads/click_lx.ads/www.sciencemag.org/cgi/gca/1300918711/TopRight/default/empty.gif/39353865356464383366626266646130" 
              target=_top><IMG height=2 alt="" 
              src="C:\Documents and Settings\Owner\Desktop\Science -- Selected Abstracts_files\39353865356464383366626266646130(1).gif" 
              width=2 border=0></A> </TD></TR></TBODY></TABLE></TD></TR><!-- END BANNER ADS --><!-- BEGIN TOP NAV -->
    <TR vAlign=top align=left bgColor=#4b4b4b>
      <TD width=600 height=18><A href="http://www.scienceonline.org/"><IMG 
        height=19 
        src="Science -- Selected Abstracts_files/scionline_home_top1_off.gif" 
        width=85 border=0></A><A href="http://www.sciencemag.org/"><IMG 
        height=19 
        src="Science -- Selected Abstracts_files/scionline_home_top2_on.gif" 
        width=121 border=0></A><A href="http://sciencenow.sciencemag.org/"><IMG 
        height=19 
        src="Science -- Selected Abstracts_files/scionline_home_top3_off.gif" 
        width=71 border=0></A><A href="http://nextwave.sciencemag.org/"><IMG 
        height=19 
        src="Science -- Selected Abstracts_files/scionline_home_top4_off.gif" 
        width=63 border=0></A><A href="http://www.scienceonline.org/ke"><IMG 
        height=19 src="Science -- Selected Abstracts_files/KE_off.gif" width=76 
        border=0></A><A href="http://recruit.sciencemag.org/"><IMG height=19 
        src="Science -- Selected Abstracts_files/scionline_home_top6_off.gif" 
        width=92 border=0></A><A 
        href="http://www.sciencemag.org/feature/e-market/"><IMG height=19 
        src="Science -- Selected Abstracts_files/scionline_home_top7_off.gif" 
        width=89 border=0></A></TD></TR><!-- END TOP NAV --><!-- BEGIN USER INFO BAR (BLANK) -->
    <TR bgColor=#999999>
      <TD height=20><IMG height=1 
        src="Science -- Selected Abstracts_files/shim.gif" width=1><FONT 
        face="Verdana, Arial, Helvetica, sans-serif" color=#000000 size=1><IMG 
        height=1 src="Science -- Selected Abstracts_files/shim.gif" width=8> 
        <B>Institution: UNIV OF CALIFORNIA - LOS ANGELES</B> <FONT 
        color=#666666>|</FONT> <A 
        href="http://www.sciencemag.org/cgi/login?uri=%2Fcgi%2Fgca%3Fgca%3D274%252F5288%252F727e%26sendit.x%3D66%26sendit.y%3D12" 
        target=_top><FONT color=#000000>Sign In as Individual</FONT></A> <FONT 
        color=#666666>|</FONT> <A 
        href="http://www.sciencemag.org/subscriptions/institutional-faq.dtl" 
        target=_top><FONT color=#000000>FAQ</FONT></A> <FONT 
        color=#666666>|</FONT> <A 
        href="http://www.sciencemag.org/subscriptions/my_access.dtl" 
        target=_top><FONT color=#000000>Access Rights</FONT></A> <FONT 
        color=#666666>|</FONT> <A 
        href="https://aaas.realtimepub.com/membership/new_member_setup.asp" 
        target=_top><FONT color=#990000>Join AAAS</FONT></A> <!-- INST --><!-- INDV --><!-- USER.PFA --><!-- USER.PFABSAIC --><!-- NOT GUEST --></FONT></TD></TR><!-- END USER INFO BAR (BLANK) -->
    <TR vAlign=top align=left>
      <TD><!-- BEGIN NESTED TABLE 1 - Science, magazine logos, DHTML MENUS -->
        <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
          <TBODY>
          <TR>
            <TD vAlign=top align=left rowSpan=2><A 
              href="http://www.sciencemag.org/"><IMG height=34 
              src="Science -- Selected Abstracts_files/science_logo_sm.gif" 
              width=110 border=0><IMG height=34 
              src="Science -- Selected Abstracts_files/magazine_sm2.gif" 
              width=120 align=top border=0></A></TD>
            <TD vAlign=top align=left width="100%" bgColor=#cccccc><A 
              href="http://www.sciencemag.org/help/"><IMG height=24 alt=Help 
              src="Science -- Selected Abstracts_files/help.gif" width=39 
              border=0></A><A 
              href="http://www.sciencemag.org/subscriptions/accessinfo.dtl"><IMG 
              height=24 alt=Subscriptions 
              src="Science -- Selected Abstracts_files/subscriptions.gif" 
              width=87 border=0></A><A 
              href="http://www.sciencemag.org/cgi/feedback"><IMG height=24 
              alt=Feedback 
              src="Science -- Selected Abstracts_files/feedback.gif" width=59 
              border=0></A><A 
              href="http://www.sciencemag.org/cgi/login?uri=/subscriptions/signedin.shtml"><IMG 
              height=24 alt="Sign In" 
              src="Science -- Selected Abstracts_files/signin.gif" width=46 
              border=0></A><A href="http://www.aaas.org/"><IMG height=24 
              src="Science -- Selected Abstracts_files/aaas.gif" width=72 
              border=0></A></TD></TR>
          <TR>
            <TD vAlign=top align=left width="100%" height=19><A 
              onmouseover="mNum=0; menuOn(mNum)" 
              href="http://www.sciencemag.org/search.dtl"><IMG height=20 
              src="Science -- Selected Abstracts_files/search2.gif" width=108 
              border=0></A><A onmouseover="mNum=1; menuOn(mNum)" 
              href="http://www.sciencemag.org/contents-by-date.0.shtml"><IMG 
              height=20 src="Science -- Selected Abstracts_files/browse_sm.gif" 
              width=109 border=0></A><A 
              href="http://www.sciencemag.org/cgi/order"><IMG height=18 
              src="Science -- Selected Abstracts_files/order_an_article2.gif" 
              width=122 border=0></A></TD></TR></TBODY></TABLE><!-- END NESTED TABLE 1 - Science, magazine logos, DHTML MENUS --><!-- BEGIN NESTED TABLE 2 - PAGE CONTENT cellpadding must be 7 or text will not wrap correctly-->
        <TABLE cellSpacing=0 cellPadding=7 width="100%" border=0>
          <TBODY>
          <TR>
            <TD vAlign=top align=left width="100%"><IMG height=1 
              src="Science -- Selected Abstracts_files/shim.gif" width=5 
              align=right><BR><!--                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                -->
              <TABLE cellPadding=5 align=right border=1 NOWRAP VSPACE="4" 
              HSPACE="4">
                <TBODY>
                <TR>
                  <TD noWrap align=left><FONT size=-1><A 
                    href="http://www.sciencemag.org/cgi/citmgr?gca=sci;274/5288/727e"><IMG 
                    height=11 alt="" 
                    src="Science -- Selected Abstracts_files/rarrowsm.gif" 
                    width=9 align=baseline border=0><STRONG>Download</STRONG> 
                    ALL Selected Citations</A> <BR><A 
                    href="http://www.sciencemag.org/cgi/citmgr?gca=sci;274/5288/727e">to 
                    Citation Manager</A> </FONT></TD></TR></TBODY></TABLE>
              <DT><STRONG><FONT size=+3>Selected Abstracts</FONT></STRONG> 
              <DD><STRONG>Returned:</STRONG> 1 citations and abstracts. 
              <STRONG><FONT color=#999933>Click on down arrow or scroll to see 
              abstracts.</FONT></STRONG> 
              <P></P>
              <DT><A 
              href="http://www.sciencemag.org/cgi/gca?gca=274%2F5288%2F727e&sendit.x=66&sendit.y=12#274/5288/727e"><IMG 
              hspace=5 src="Science -- Selected Abstracts_files/down.gif" 
              border=0></A> <STRONG>"Mutant" Chimp Gets Gene Check </STRONG>
              <DD>
              <DD><EM>Science</EM> 274: 727e-0e (<STRONG>Random 
              Samples</STRONG>). 
              <P>
              <DL></DL>
              <P>
              <HR noShade>
              <STRONG><A name=274/5288/727e>Abstract 1 of 1</A> <A 
              href="http://www.sciencemag.org/cgi/gca?gca=274%2F5288%2F727e&sendit.x=66&sendit.y=12#top"><IMG 
              hspace=2 src="Science -- Selected Abstracts_files/back.gif" 
              border=0></A> </STRONG><VARDEF id=TEXT><STRONG>Scientists at the 
              University of Chicago</STRONG> have undertaken a genetic analysis 
              of Oliver, a chimpanzee who in the 1970s gained notoriety as a 
              possible "missing link." They hope to settle once and for all 
              whether or not he's pure chimp.
              <P>The 30-ish Oliver, 1.2 meters high and 50 kilograms, arrived 
              from Western Africa about 25 years ago. Impressed into the animal 
              show circuit, he caused viewers to marvel at his upright posture, 
              his small head-which, shaved, had an eerie humanoid quality-and 
              his unusually rank odor. It was said that he could cry, and could 
              not only mix drinks but spot when people needed refills. Other 
              chimps didn't seem to care for him, which added to his mystique. 
              <P>Oliver sank out of sight in the '80s, spending some unemployed 
              years at a Pennsylvania research animal supply company. Last 
              spring, he was retired to Primarily Primates, a reservation near 
              San Antonio, run by "primate rehabilitator" Wally Swett.
              <P>Now Oliver is garnering a few more headlines thanks to Gordon 
              Gallup, a professor of evolutionary psychology at the State 
              University of New York, Albany, who says he's been fascinated by 
              the creature ever since he first read about him in 1976. Gallup 
              has arranged for medical geneticist David Ledbetter of the 
              University of Chicago to have a good look at Oliver's chromosomes 
              and find out if he's "nothing more than a mutant chimpanzee" or 
              something more interesting-a hitherto unknown combination of chimp 
              and bonobo (pygmy chimp), a brand-new subspecies-or, yes, even a 
              "humanzee."
              <P>There have been vague reports that Oliver's chromosomes were 
              once counted in Japan and came to 47-exactly between the 46 for 
              humans and 48 for chimps-but Ledbetter says he has no doubt that 
              it will be 48: "Then the question will be is there any other 
              explanation for why he's unusual."
              <P>Primatologist Steven Suomi of the National Institute for Child 
              Health and Human Development says Oliver doesn't sound like 
              anything special; rather, the reports of his small head and 
              high-pitched vocalizations are consistent with his being a bonobo. 
              But at least one expert-primatologist George Schaller, who 
              examined Oliver in 1976-has adjudged his unusual posture, which 
              includes standing with shoulders back and knees locked, to be 
              "well worthy of study." </VARDEF>
              <P><BR></P></DD></TD><!-- END ARTICLE ABSTRACT TEXT --></TR></TBODY></TABLE><!-- END NESTED TABLE 2 - PAGE CONTENT --><!-- BEGIN NESTED TABLE 3 - PAGE FOOTER -->
        <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" 
          border=0><TBODY>
          <TR vAlign=top align=middle bgColor=#eeeeee><!-- height hardcoded in case of missing ads -->
            <TD height=40>
              <TABLE>
                <TBODY>
                <TR>
                  <TD><A 
                    href="http://oas.highwire.org/RealMedia/ads/click_lx.ads/www.sciencemag.org/cgi/gca/586885105/BottomLeft/default/empty.gif/39353865356464383366626266646130" 
                    target=_top><IMG height=2 alt="" 
                    src="C:\Documents and Settings\Owner\Desktop\Science -- Selected Abstracts_files\39353865356464383366626266646130(2).gif" 
                    width=2 border=0></A> </TD>
                  <TD><A 
                    href="http://oas.highwire.org/RealMedia/ads/click_lx.ads/www.sciencemag.org/cgi/gca/1887236744/BottomRight/default/empty.gif/39353865356464383366626266646130" 
                    target=_top><IMG height=2 alt="" 
                    src="C:\Documents and Settings\Owner\Desktop\Science -- Selected Abstracts_files\39353865356464383366626266646130(3).gif" 
                    width=2 border=0></A> </TD></TR></TBODY></TABLE></TD></TR>
          <TR vAlign=top align=left bgColor=#eeeeee>
            <TD width=600 height=10><IMG height=10 
              src="Science -- Selected Abstracts_files/shim.gif" width=1 
              align=left></TD></TR>
          <TR vAlign=center align=left bgColor=#eeeeee>
            <TD><IMG height=2 
              src="Science -- Selected Abstracts_files/greydot_cccccc.gif" 
              width="100%"><BR><BR><IMG height=1 
              src="Science -- Selected Abstracts_files/shim.gif" width=7><A 
              href="http://www.sciencemag.org/cgi/gca?gca=274%2F5288%2F727e&sendit.x=66&sendit.y=12#top"><IMG 
              height=11 src="Science -- Selected Abstracts_files/page_top.gif" 
              width=70 border=0></A><IMG height=1 
              src="Science -- Selected Abstracts_files/shim.gif" width=39> <A 
              href="http://www.sciencemag.org/misc/copyright.dtl"><FONT 
              face="Verdana, Arial, Helvetica, sans-serif" color=#000000 
              size=1>Copyright © 1996 by The American Association for the 
              Advancement of Science. All rights 
          reserved.</FONT></A><BR><BR></TD></TR>
          <TR vAlign=center align=left bgColor=#eeeeee height="100%">
            <TD><IMG height="100%" 
              src="Science -- Selected Abstracts_files/shim.gif" 
          width=1></TD></TR></TBODY></TABLE><!-- END NESTED TABLE 3 - PAGE FOOTER --></TD></TR></TBODY></TABLE><!-- END MAIN TABLE - CONTAINER -->
  <SCRIPT language=JavaScript>
<!--
        if (!isOther) { 
                var search_menu = '';
                search_menu += '<img src="/icons/global_images/shim.gif" width="1" height="19"><br>';
                search_menu += '<a href="http://www.sciencemag.org/search.dtl" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('science_magazine','','/icons/sci_mag_roll_over.gif',0)"><img name="science_magazine" border="0" src="/icons/sci_mag_roll_up.gif" width="146" height="18"></a><br>';
                search_menu += '<a href="http://www.sciencenow.org/search.dtl" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('science_now','','/icons/sci_now_roll_over.gif',0)"><img name="science_now" border="0" src="/icons/sci_now_roll_up.gif" width="146" height="17"></a><br>';
                search_menu += '<a href="http://www.nextwave.org/search.dtl" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('science_next_wave','','/icons/next_wave_roll_over.gif',0)"><img name="science_next_wave" border="0" src="/icons/next_wave_roll_up.gif" width="146" height="17"></a><br>';
                search_menu += '<a href="/searchall/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('highwire','','/icons/highwire_roll_over.gif',0)"><img name="highwire" border="0" src="/icons/highwire_roll_up.gif" width="146" height="17"></a><br>';
                if (isLayers) { document.write('<layer name="search" left=230 top=116 z-index=15 visibility="hidden">' + search_menu + '</layer>'); 
                } else if (isDivs) { document.write('<div id="search" style="position:absolute; left:230px; top:116px; z-index:15; visibility:hidden">' + search_menu + '</div>'); }
        }
// -->
        </SCRIPT>

  <SCRIPT language=JavaScript>
<!--
        if (!isOther) { 
                var browse_menu = '';
                browse_menu += '<img src="/icons/global_images/shim.gif" width="1" height="19"><br>';
                browse_menu += '<a href="/content/current" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('browse_button','','/icons/current_issue_roll_over.gif',1)"><img name="browse_button" border="0" src="/icons/current_issue_roll_up.gif" width="194" height="17"></a><br>';
                browse_menu += '<a href="/contents-by-date.0.shtml" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('archives','','/icons/archives_roll_over.gif',1)"><img name="archives" border="0" src="/icons/archives_roll_up.gif" width="194" height="17"></a><br>';
                browse_menu += '<a href="/collections/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('subject','','/icons/subject_roll_over.gif',1)"><img name="subject" border="0" src="/icons/subject_roll_up.gif" width="194" height="17"></a><br>';
                        browse_menu += '<a href="http://sciencenow.sciencemag.org/archives.shtml" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('nowarc','','/icons/scinow_arc_roll_over.gif',1)"><img name="nowarc" border="0" src="/icons/scinow_arc_roll_up.gif" width="194" height="17"></a><br>';
                if (isLayers) { document.write('<layer name="browse" left=339 top=116 z-index=15 visibility="hidden">' + browse_menu + '</layer>'); 
                } else if (isDivs) { document.write('<div id="browse" style="position:absolute; left:339px; top:116px; z-index:15; visibility:hidden">' + browse_menu + '</div>'); }
        }
// -->
        </SCRIPT>
</DL></BODY></HTML>