Accessibility Valet Report

Subject http://magazine.jhsph.edu/2005/Fall/feature3/default.cfm
Date Tue Feb 9 14:12:08 2010
Guidelines tested SECTION508
Result Fail

Normalised Markup

<Section508/-html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title> Johns Hopkins Public Health Magazine | </title>
<meta name="keywords" content=", Johns Hopkins Public Health Magazine,global health,health,Johns Hopkins,Johns Hopkins University,Johns Hopkins Bloomberg School of Public Health,Michael Klag,education,magazine,fall,2005,magazine,johns hopkins public health,public health magazine" >
<meta name="description" content=", Johns Hopkins Public Health Magazine, Fall 2005 Edition" >
<!--
 FAVORITES ICON 
-->
<link rel="shortcut icon" href="http://www.jhsph.edu/bin/v/z/jhsph.ico" >
<!--
 RSS FEED 
-->
<link rel="alternate" Section508/Lowtype="application/rss+xml" title="RSS" href="http://commprojects.jhsph.edu/pr/newsRSS.xml" >
<!--
 MAIN CSS 
-->
<link href="/2005/Fall/_includes/magazine.css" type="text/css" media="screen" rel="stylesheet" >
<!--
 PAGE CSS 
-->
<link href="/2005/Fall/_includes/features.css" type="text/css" media="screen" rel="stylesheet" >
<!--
 PRINT CSS 
-->
<link href="/2005/Fall/_includes/print.css" type="text/css" media="print" rel="stylesheet" >
<!--
 EXTERNAL LINK JAVASCRIPT 
-->
<script type="text/javascript" src="/_includes/external.js" > </script>
<script type="text/javascript" src="/_includes/flashobject.js" > </script>
<script type="text/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>
<script type="text/javascript" >

<!--

function _CF_onError(form_object, input_object, object_value, error_message)

    {

	alert(error_message);

       	return false;	

    }

function _CF_hasValue(obj, obj_type)

    {

    if (obj_type == "TEXT" || obj_type == "PASSWORD")

	{

    	if (obj.value.length == 0) 

      		return false;

    	else 

      		return true;

    	}

    else if (obj_type == "SELECT")

	{

        for (i=0; i < obj.length; i++)

	    	{

		if (obj.options[i].selected)

			return true;

		}

       	return false;	

	}

    else if (obj_type == "SINGLE_VALUE_RADIO" || obj_type == "SINGLE_VALUE_CHECKBOX")

	{

		if (obj.checked)

			return true;

		else

       		return false;	

	}

    else if (obj_type == "RADIO" || obj_type == "CHECKBOX")

	{

        for (i=0; i < obj.length; i++)

	    	{

		if (obj[i].checked)

			return true;

		}

       	return false;	

	}

	}

function  _CF_checkCFForm_1(_CF_this)

    {

    if  (!_CF_hasValue(_CF_this.Firstname, "TEXT" )) 

        {

        if  (!_CF_onError(_CF_this, _CF_this.Firstname, _CF_this.Firstname.value, "Please enter your First name."))

            {

            return false; 

            }

        }

    if  (!_CF_hasValue(_CF_this.Lastname, "TEXT" )) 

        {

        if  (!_CF_onError(_CF_this, _CF_this.Lastname, _CF_this.Lastname.value, "Please enter your Lastname."))

            {

            return false; 

            }

        }

    if  (!_CF_hasValue(_CF_this.emailaddress, "TEXT" )) 

        {

        if  (!_CF_onError(_CF_this, _CF_this.emailaddress, _CF_this.emailaddress.value, "Please enter your Email!"))

            {

            return false; 

            }

        }

    return true;

    }

//-->

</script>
<script src="http://www.google.com/jsapi?key=ABQIAAAA9pRfVUV3SECiK5IIiqjN8RTbehYWbOWmYUyFvXErUnaX_g3iuRSOYnv7GNM_1rBcCfUqHm1EQHpTMA" type="text/javascript" > </script>
<script type="text/javascript" >
		google.load("prototype", "1.6.0.3");
		google.load("scriptaculous", "1.8.2");
	
</script>
<script src="http://commprojects.jhsph.edu/_includes/js/overlay.js" type="text/javascript" > </script>
<script type="text/javascript" >
//		function unsetOverlay() {
//			if(overlay) {
//				overlay.hide();
//			}
//		}

		function checkRadio(inp) {
			if(inp == 'yes') {
				document.getElementById("cse-search-box").as_q.value='inurl:http://magazine.jhsph.edu/ OR inurl:http://www.jhsph.edu/publichealthnews/magazine/';
			} else {
				document.getElementById("cse-search-box").as_q.value='';
			}
		}
	
</script>
<link rel="stylesheet" href="http://commprojects.jhsph.edu/_includes/css/overlay.css" type="text/css" >
<Section508/Lowstyle type="text/css" >
		input.textFieldInput {
			width:60%;
			float:left;
		}
		div.hiddenDiv {
			display:none;
		}
	
</style>
<script type="text/javascript" >
		function OnLoad(f_q,f_cx,f_ie,f_epq) {
	// Create a search control
			var searchControl = new google.search.SearchControl();
			searchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
	
	//Type of search format
			options = new google.search.SearcherOptions();
			options.setExpandMode(google.search.SearchControl.EXPAND_MODE_OPEN);
			
	
	// create websearch
			var wse = new google.search.WebSearch();
			wse.setSiteRestriction(f_cx);
	
			//var ise = new google.search.ImageSearch();
			//ise.setSiteRestriction(f_cx);
			
			//var drawOptions = new google.search.DrawOptions();
			//drawOptions.setDrawMode(google.search.SearchControl.DRAW_MODE_TABBED);

	// if there's a subsection to add to the search
			if(f_epq != '') {
				wse.setQueryAddition(f_epq);
			}
		// create searchers
			searchControl.addSearcher(wse,options);
			//searchControl.addSearcher(ise);
		//	searchControl.addSearcher(new google.search.VideoSearch());
		//	searchControl.addSearcher(new google.search.
BlogSearch());
		//	searchControl.addSearcher(new google.search.NewsSearch());
		//	searchControl.addSearcher(new google.search.ImageSearch());
		//	searchControl.addSearcher(new google.search.BookSearch());
		//	searchControl.addSearcher(new google.search.PatentSearch());
		
		// create our searchers' target.
			var dlgBx = document.getElementById('cse-search-results');
			dlgBx.innerHTML = '';
			Element.insert(dlgBx,new Element("div", {id:'cdDiv',className:"closeDialog"}));
			Element.insert(document.getElementById('cdDiv'),new Element("span", {id:"cDia",className:"closeDialog"}));
			document.getElementById('cDia').innerHTML="close";
			Element.insert(dlgBx,new Element("div", {id:"srCnt",className:"srContainer"}));
			searchControl.draw(document.getElementById('srCnt'));
			searchControl.setLinkTarget(google.search.Search.LINK_TARGET_SELF);
			searchControl.execute(f_q);
			var ovrly = new DialogOverlay(dlgBx);
			ovrly.show();
		// Search!
		}
		function loadSearch(f_q,f_cx,f_ie,f
_epq) {
			google.load("search", "1", {
				"callback" : function() {
					OnLoad(f_q,f_cx,f_ie,f_epq);
				}
			});
		}
	
</script>
</head>
<body>
<!--
 FOR MAC IE 5 
-->
<div id="aligner" >
<!--
 ### 
-->
<Section508/Lowtable id="mainContainer" cellspacing="0" cellpadding="0" >
<tr>
<td class="banner" >
<Section508/Lowimg src="/_images/header_small.gif" width="700" height="104" alt="Public Health Magazine" >
</td>
<td class="banner2" rowspan="2" >
<Section508/Lowimg src="/_images/issue.gif" width="150" height="127" alt="Issue" >
</td>
</tr>
<tr>
<td id="topMainnav" >
<!--
SKIP NAVIGATION 
-->
<a href="#mainFeature" title="skip main navigation" > </a>
<!--
 MAIN NAVIGATION 
-->
<ul class="topNav" >
<li class="homeLink" >
<a href="http://www.jhsph.edu/" title="Johns Hopkins Bloomberg School of Public Health" > www.jhsph.edu </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/default.cfm" title="Home" > Home </a>
</li>
<li class="selected" >
<a href="http://magazine.jhsph.edu/2005/Fall/features/default.cfm" title="Features" > Features </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/newsbriefs/default.cfm" title="News Briefs" > News Briefs </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/online_extras/default.cfm" title="Online Extras" > Online Extras </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/departments/default.cfm" title="Departments" > Departments </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/archives/default.cfm" title="Archives" > Archives </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/web_forms/subscribe.cfm" title="Subscribe" > Subscribe </a>
</li>
</ul>
<!--
 ### 
-->
</td>
</tr>
<tr>
<td id="subnav" >
<!--
SKIP NAVIGATION 
-->
<a href="#mainFeature" title="skip sub-navigation" > </a>
<div id="topSubnav" >
<!--
 /features 
-->
<ul class="topSubNav" >
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/features/default.cfm" title="Disease Forecasting" > Disease Forecasting </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/Prologues/default.cfm" title="The Other Al Sommer" > The Other Al Sommer </a>
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/feature2/default.cfm" title="Ten Cheap Ways to Save the World" > Ten Cheap Ways to Save the World </a>
</li>
<li class="selected" > Cell Suicide </li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/feature4/default.cfm" title="Labor Pains" > Labor Pains </a>
</li>
</ul>
<!--
 end 
-->
</div>
</td>
<td id="thisIssue" >
<a href="http://magazine.jhsph.edu/2005/Fall/contents/default.cfm" title="In This Issue" class="issueLink" > In This Issue </a>
</td>
</tr>
<tr>
<td>
<Section508/Lowtable id="mainContent" cellspacing="0" cellpadding="0" >
<tr>
<td id="leftNavigation" valign="top" >
<!--

									SELECT     	*
					FROM 		nav2
					WHERE		nav1_link = '/features'
					
					AND			issue = 'Fall05'
					AND 		nav1_link <> '/web_form'
					
-->
<h2> Disease Forecasting </h2>
<div id="leftTitleBorder" > </div>
<a href="#mainFeature" title="skip feature navigation" > </a>
<!--
 LEFT NAVIGATION 
-->
<div id="leftItems" >
<!--
 					SELECT     	*
					FROM 		nav3
					WHERE		nav1_link = '/features'
					AND			issue = 'Fall05'
					ORDER BY 	nav3_id

					
-->
<ul>
<li class="selected" > Feature Home </li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/feature3/page_2.cfm" title="Page 2" > Page 2 </a>
<!--
 nav3id 27 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/feature3/Gallery.cfm" title="Photo Gallery" > Photo Gallery </a>
<!--
 nav3id 28 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/_media/Marie_Hardwick.mpg" title="Video: A Discussion About Apoptosis With Marie Hardwick" > Video: A Discussion About Apoptosis With Marie Hardwick </a>
<!--
 nav3id 40 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/_media/marie_hardwick_10202005.mp3" title="Audio: A Discussion About Apoptosis With Marie Hardwick" > Audio: A Discussion About Apoptosis With Marie Hardwick </a>
<!--
 nav3id 41 
-->
</li>
<li>
<a href="http://magazine.jhsph.edu/2005/Fall/departments/bio/melissa_hendricks.cfm" title="Writer Bio" > Writer Bio </a>
</li>
<li>
<a href="http://magazine.jhsph.edu/2005/Fall/web_forms/EmailEditor.cfm" title="Email the Editor" > Email the Editor </a>
</li>
</ul>
<!--
 end 
-->
</div>
</td>
<td valign="top" id="mainFeature" >
<div id="storyImage" >
<Section508/Lowimg src="/_images/cellsuicide.jpg" width="551" height="367" alt="Cell Suicide by Melissa Hendricks, Page 1" >
</div>
<div id="storyImageCaption" >
<ul>
<li class="credit" > PHOTO: THOMAS ARLEDGE </li>
<li class="links" >
<a href="#" onclick="window.print()" title="Print" > Print </a>
|
<a href="http://www.jhsph.edu/email_friend" title="Email" > Email </a>
</li>
</ul>
</div>
<div id="storyTitle" >
<h1> Apoptosis—the intricately orchestrated self-annihilation of cells—is vital to human life, but can prove deadly when it goes awry. Marie Hardwick contends that a better understanding of this process could mean new treatments for everything from AIDS to Alzheimer's. </h1>
</div>
<div id="storyText" title=""Cell Suicide" Page 1" >
<p> Soon after sperm meets egg, when cells are dividing and dividing again to form the tiny sphere that will grow into an embryo, another—quite opposite—activity begins. Cells die. Specifically, some of the cells inside this little ball commit suicide. Many questions remain about how and why these cells annihilate themselves; however, scientists know that their suicide, termed apoptosis, is essential. If it is prevented, the tiny sphere does not develop. </p>
<p> For life, there must be death. </p>
<p> This yin and yang of cell birth and self-inflicted death repeats itself throughout the human lifespan. Cell suicide helps rid the body of cells that are infected, damaged or simply old and in the way. In fact, every cell in the human body contains the genetic instructions for carrying out its own demise. And under the right circumstances, any cell will. </p>
<p> But scientists took many years to accept the theory of cell suicide and to appreciate that cells conduct their own deliberate and intricately orchestrated murder—a programmed cell death. "It's counterintuitive," admits
<a href="http://faculty.jhsph.edu/?f=J%2e%20Marie&l=Hardwick" title="Marie Hardwick" > Marie Hardwick </a>
, the David Bodian Professor of Molecular Microbiology and Immunology. Why would a cell kill itself? What good does it do the cell? </p>
<p> Yet Hardwick, PhD, has spent the past 20 years conducting experiments to demonstrate that programmed cell death is as vital to an organism as cell division, and championing theories (hers and others) about when and how cell suicide occurs. Those ideas have not infrequently clashed with scientific dogma, but Hardwick says that challenging convention is essential to good science. "If you don't predict things that are a little out of the box, you don't get anywhere." </p>
<p> Hardwick's office is on the fifth floor of the Bloomberg School. Her window offers a glimpse of the School of Medicine, where she has collaborated with many researchers. Hardwick has also worked closely with scientists at the Bloomberg School, Hopkins' School of Arts and Sciences, and institutions outside Hopkins. She is a basic scientist, who studies the cellular and molecular biology of programmed cell death. Investigators in many different specialties seek her advice and the tools of her lab. </p>
<blockquote>
<p> "I think it would be hard to find a disease that does not entail programmed cell death," says Marie Hardwick </p>
</blockquote>
<p> This research cuts across so many scientific disciplines because programmed cell death is a fundamental cell activity, says Hardwick. It is required for proper development; programmed cell death melts away the webbing between a fetus's fingers and between its toes. It destroys cells the body no longer needs; millions, perhaps billions of old cells—skin, liver, lung, intestine and other types—succumb to suicide each day. </p>
<p> Programmed cell death also guards against the slings and arrows of everyday existence. It helps fight off viral infections. It helps prevent cancer—the sloughing of skin following a sunburn being one visible sign of the body ridding itself of potentially pre-cancerous cells. And when apoptosis does not work properly, it can cause disease. Over-zealous cell death contributes to a variety of diseases, such as Alzheimer's disease and AIDS, while cancer involves too little cell death. "In my serious professional opinion, every human disease has the regulation of cell survival at its core," says Hardwick. "I think it would be hard to find a disease that does not entail programmed cell death." </p>
<p> Down the hall from Hardwick's office is her lab where a dozen graduate students and postdocs conduct experiments on cells from mammals, insects and yeast. In one small windowless room, graduate student John Clayton removes a Petri dish of mosquito cells from an incubator and places it on a microscope viewing platform. "Oh, my God. This is so dramatic," he exclaims, peering into the microscope. "Just an hour ago, I was looking at these cells and they looked okay. Now they're floating all over the place." </p>
<p> Healthy cells normally appear flat and asymmetrical, something like a bug gone splat on a windshield. But 20 hours ago, Clayton infected these cells with an engineered virus that carries a cell death gene. Now the cells are balled up, and small pieces have broken off, a process biologists call "blebbing." As Clayton moves the plate, these balls and blebs jiggle and roll. A more powerful microscope would reveal the tightly choreographed series of steps that take place during apoptosis, which comes from the Greek word for "falling off." </p>
<p> It was the sight of this death choreography that first sparked Hardwick's interest in cell death, when she was a graduate student in the late 1970s and early '80s studying the measles virus. Peering into the microscope every day, she found herself wondering exactly how the measles virus killed cells. Her advisor explained that a virus assaults a cell, like a hammer smashing holes. Hardwick was not satisfied. "It didn't intuitively seem logical to me. I remember coming away thinking, something else is going on." </p>
<p> A small number of researchers had been studying apoptosis, but few scientists knew about or were paying attention to this research. Interest grew in the mid-'80s when scientists working in cancer cells discovered a gene that appeared to prevent cell death. They named this first anti-apoptotic gene Bcl-2. At the same time, Robert Horvitz, an MIT biologist, was elucidating the genes that controlled cell death in the nematode worm, research for which he would eventually share the Nobel Prize. </p>
<p> Hardwick was enthralled by such findings, and after joining the Hopkins faculty in 1986, she became one of a small band of researchers who began to explore the molecular underpinnings of apoptosis. She also began talking about cell suicide to any colleague who would listen. Programmed cell death, says Hardwick, "has been the most fascinating thing that I've worked on. It's been this mysterious [idea,] a whole new way of thinking—that cells have a purposeful destruction mechanism. And that mechanism is key to health and key to disease." </p>
<blockquote>
<p> Healthy cells normally appear flat and asymmetrical, something like a bug gone splat on a windshield. A cell in the throes of apoptosis loses the protuberances of its surface. </p>
</blockquote>
<p> Uncovering those mysteries has been an all-consuming passion, although she devotes some of her free time to playing violin duets with her younger son and cooking with her older son, Matt Boersma, a Hopkins neuroscience graduate student. "I'm lucky my hobby is my profession," she says. "The thrill of finding something new is so driving. It's like putting together a jigsaw puzzle." The anticipation of finding where the next piece belongs sometimes keeps her awake at night. </p>
<p> At first, not everyone shared Hardwick's enthusiasm for this new field. She remembers speaking to members of the National Academy of Sciences who told her, "Oh, programmed cell death, that's preposterous!" </p>
<p> The skeptics had good reason to question the theory, acknowledges Hardwick. "We lacked hard evidence," she says. </p>
<p> So, piece by piece, Hardwick and other cell death researchers went about collecting evidence, which has turned out to be an elaborate assortment of genes and proteins—the components of the cell's death machinery. </p>
<p> Hardwick picks up a pen and some sheets of blank paper. She starts writing, and soon she has covered the front and back side of several pages with acronyms, arrows, symbols and terms, each illustrating a piece of the complex molecular process contributed by many different researchers. </p>
<p> A virologist by training, Hardwick began to study cell death by investigating whether the cell death gene, Bcl-2, would alter the course of a viral infection. Working with a mosquito-borne virus called Sindbis, she demonstrated that infection triggered cell suicide in various cell types. However, Hardwick took the experiment one step further. She and her colleagues genetically engineered some cells so that they contained extra copies of the Bcl-2 gene. They then infected those cells with the Sindbis virus. This time the cells did not undergo suicide. It appeared that Bcl-2 could help cells outwit an inducement to self-annihilation. </p>
<p> Hardwick reported her findings in the journal Nature. Since then, she and other investigators have shown that the anti-death apparatus (a broad family of genes that includes Bcl-2) can be more active in some types of cells than in others. This might be nature's way of protecting cells that come in limited quantities. If a virus infects the epithelia of the lungs for instance, those epithelial cells can kill themselves and easily be replaced by new cells. But if a virus infects a precious neuron, that cell might activate its mechanism for repressing cell suicide. </p>
<p> These findings help explain why some viruses can linger in the body for months or even years. The varicella zoster virus, for example, can cause chicken pox in a child, then lie dormant for decades until it flares up again to cause the painful red rash known as shingles. Where does the virus hide all those years? In neurons, but other viruses select different parts of the body where the cell death apparatus is idling. To make matters more complicated, some viruses (such as the herpes simplex virus, which causes cold sores) are endowed with their own version of anti-death genes, which enable the virus to prevent its host from committing suicide. It's like a thief disarming a house's burglar alarm, says Hardwick. </p>
<p>
<a href="page_2.cfm" title="Next Page" > Next Page </a>
</p>
</div>
<div id="activeLinks" > </div>
</td>
</tr>
</table>
</td>
<td valign="top" id="rightBar" >
<div id="Giving" >
<h2> Support JHSPH </h2>
<p> The Johns Hopkins Bloomberg School of Public Health strives every day to keep millions of people around the world safe from injury or illness.
<br>
<br>
<a href="http://www.jhsph.edu/giving" title="Invest in Public Health" > Invest in
<br>
Public Health </a>
</p>
</div>
<div id="news" >
<h2> Public Health News </h2>
<p>
<a href="" title="Rotavirus Vaccine—A Powerful Tool to Combat Deaths from Diarrhea" > Rotavirus Vaccine—A Powerful Tool to Combat Deaths from Diarrhea </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2010/baker_china_disparity.html" title="Significant Urban-Rural Disparities in Injury Mortality Seen in China" > Significant Urban-Rural Disparities in Injury Mortality Seen in China </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2010/nachega_health_costs.html" title="High Antiretroviral Therapy Adherence Associated with Lower Health Care Costs" > High Antiretroviral Therapy Adherence Associated with Lower Health Care Costs </a>
</p>
<p>
<a href="" title="Transmission Dynamics of H1N1 Similar to Previous Influenza Strains" > Transmission Dynamics of H1N1 Similar to Previous Influenza Strains </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2009/zhang_antibiotic_tb.html" title="Researchers Identify Tuberculosis Strain That Thrives on Antibiotic" > Researchers Identify Tuberculosis Strain That Thrives on Antibiotic </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2009/carlson_brain_scan.html" title="For Older Adults, Participating in Social Service Activities Can Improve Brain Functions" > For Older Adults, Participating in Social Service Activities Can Improve Brain Functions </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2009/who_tobacco.html" title="WHO Report Shows 95 Percent of World’s Population Not Protected from Secondhand Tobacco Smoke" > WHO Report Shows 95 Percent of World’s Population Not Protected from Secondhand Tobacco Smoke </a>
</p>
<p>
<a href="http://www.jhsph.edu/publichealthnews/press_releases/2009/levine_ivac.html" title="JHSPH Establishes International Vaccine Access Center" > JHSPH Establishes International Vaccine Access Center </a>
</p>
</div>
<div id="searchTitle" >
<h2> Search </h2>
</div>
<div id="Search" >
<div id="searchWindow" title="Search Window" >
<div class="searchformDiv" >
<form action="http://www.google.com/cse" id="cse-search-box" method="get" onsubmit="loadSearch(this.q.value,this.cx.value,this.ie.value,this.as_q.value); return false;" >
<div class="searchformContent" >
<div class="hiddenItems" >
<Section508/Lowinput type="hidden" name="cx" value="017423984450203939999:ifdaoajlq-m" >
<Section508/Lowinput type="hidden" name="ie" value="UTF-8" >
<Section508/Lowinput type="hidden" name="as_q" value="inurl:http://magazine.jhsph.edu/ OR inurl:http://www.jhsph.edu/publichealthnews/magazine/" >
</div>
<input type="text" id="q" name="q" class="textFieldInput" value="Search" Section508/Certainonfocus="this.value='';" >
<span class="buttonInput" >
<Section508/Lowinput Section508/Lowstyle="float:left;margin-left:4px;" type="submit" name="sa" value="go" >
</span>
</div>
<div class="searchOptions" >
<div class="searchOption" >
<Section508/Lowinput type="radio" name="sOptions" value="yes" onclick="checkRadio(this.value);" checked="checked" >
 
<span class="Search_Text" > This section only </span>
<br>
<Section508/Lowinput type="radio" name="sOptions" value="no" onclick="checkRadio(this.value);" >
 
<span class="Search_Text" > Entire site </span>
</div>
</div>
</form>
</div>
<div class="hiddenDiv" >
<div id="cse-search-results" > </div>
</div>
</div>
</div>
<div id="university" title="Johns Hopkins University" > </div>
</td>
</tr>
<tr>
<td id="bottomNav" colspan="2" >
<div id="schoolLinks" >
<a href="http://www.jhsph.edu/publichealthnews" title="Public Health News Center" > Public Health News Center </a>
|
<a href="http://www.jhsph.edu/" title="Johns Hopkins Bloomberg School of Public Health" > Johns Hopkins Bloomberg School of Public Health </a>
|
<a href="http://www.jhsph.edu/giving/" rel="external" title="Support JHSPH" > Support JHSPH </a>
|
<a href="http://ocw.jhsph.edu/" title="JHSPH OpenCourseWare" rel="external" > JHSPH OpenCourseWare </a>
</div>
<div id="compliantLinks" >
<a href="http://validator.w3.org/check?uri=http://magazine.jhsph.edu/2005/Fall/feature3/default.cfm" title="XHTML" rel="external" > XHTML </a>
|
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://magazine.jhsph.edu/2005/Fall/feature3/default.cfm&usermedium=all" title="CSS" rel="external" > CSS </a>
|
<a href="http://valet.webthing.com/access/htnorm?url=http://magazine.jhsph.edu/2005/Fall/feature3/default.cfm&suite=SECTION508&xslt=compact" title="508" rel="external" > 508 </a>
</div>
</td>
</tr>
<tr>
<td id="footer" colspan="2" >
<div id="footerText" > © 2010, Johns Hopkins University. All rights reserved.
<br>
<a href="http://www.jhsph.edu/resources/web_policies" title="Web policies" > Web policies </a>
, 615 N. Wolfe Street, Baltimore, MD 21205, 443-287-7277 </div>
<div id="footerLogo" >
<a href="http://www.jhsph.edu/" title="Johns Hopkins Bloomberg School of Public Health" >
<Section508/Lowimg src="/_images/logo.gif" width="208" height="64" alt="Johns Hopkins Bloomberg School of Public Health" >
</a>
</div>
</td>
</tr>
</table>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript" >

</script>
<script type="text/javascript" >
_uacct = "UA-521786-6";
_udn="jhsph.edu"; 
urchinTracker();
</script>
</body>
</html>