Accessibility Valet Report

Subject http://magazine.jhsph.edu/2005/fall/features/default.cfm
Date Tue Feb 9 17:53:27 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="selected" > Disease Forecasting </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="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/feature3/default.cfm" title="Cell Suicide" > Cell Suicide </a>
</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/features/page_2.cfm" title="Page 2" > Page 2 </a>
<!--
 nav3id 21 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/features/page_3.cfm" title="Page 3" > Page 3 </a>
<!--
 nav3id 22 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/features/page_4.cfm" title="Page 4" > Page 4 </a>
<!--
 nav3id 23 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/features/if_king.cfm" title="If Epidemiologists Were King..." > If Epidemiologists Were King... </a>
<!--
 nav3id 33 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/features/Gallery.cfm" title="Photo Gallery" > Photo Gallery </a>
<!--
 nav3id 34 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/_media/don_burke09012005.mp3" title="Audio: Interview with Don Burke" > Audio: Interview with Don Burke </a>
<!--
 nav3id 35 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/_media/building_snare.mpg" title="Video: Setting a Snare" > Video: Setting a Snare </a>
<!--
 nav3id 36 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/_media/weapons_manufacturing.mpg" title="Video: Weapons Manufacturing" > Video: Weapons Manufacturing </a>
<!--
 nav3id 37 
-->
</li>
<li>
<a href="http://magazine.jhsph.edu/2005/Fall/departments/bio/jim_duffy.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/pg1_diseaseforecasting.jpg" width="551" height="367" alt="Disease Forecasting by Jim Duffy, Page 1" >
</div>
<div id="storyImageCaption" >
<ul>
<li class="credit" > PHOTO MONTAGE: TERRY MIURA </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> Relying on satellites, computers, African hunters and even the humble chicken, researchers are building disease warning systems to catch viruses on the verge of sparking epidemics. </h1>
<p>
<a href="http://faculty.jhsph.edu/?f=Nathan%20D&l=Wolfe" title="Nathan Wolfe" > Nathan Wolfe </a>
has spent his share of time in Central Africa. As an assistant professor of Epidemiology, he's also done his share of thinking about the AIDS pandemic that emerged from the African jungle to take 20 million—and counting—lives around the world. </p>
<p> Is this the way things had to turn out? </p>
</div>
<div id="storyText" title=""Disease Forecasting" Page 1" >
<p> "Think about what an earlier warning of just five years or 10 years on that pandemic could have meant," says Wolfe, DSc. "It would have been monumental in terms of the lives and the billions of dollars it would have saved." </p>
<p> The emergence of new threats—whether AIDS or Ebola in recent years or cholera or smallpox in the past—is nothing new to public health. AIDS has been deadlier than most scourges, to be sure, but public health developed over the centuries in response to an ever-changing cast of diseases. It is always scrambling to learn the workings of a strange new foe in time to stem a rising tide of disease. </p>
<p> In this sense at least, the fieldwork is reactive. The question Wolfe and a number of fellow researchers are now asking is this: What if public health fieldwork could be proactive as well? What if it could anticipate emerging diseases before they gain a foothold? What if it saw where the next pandemic-ready killer would likely come from? What if it knew how the next one would likely behave and evolve? </p>
<p> Such a future may not be so far out of reach.
<a href="http://faculty.jhsph.edu/?f=Donald&l=Burke%20" title="Donald Burke" > Don Burke </a>
, a professor of International Health, has been a pioneer in forecasting emerging diseases, advocating for the importance of prediction and prevention, and assembling a cadre of like-minded faculty (including Wolfe), postdocs and graduate students. The scientific world glimpsed the power of scientific prediction in 1997, when Burke examined the relative levels of future threats posed by various viruses. His stock lecture around that time featured a memorable laugh line. </p>
<p> "If I were king," he said time and again, "I'd be investing in coronaviruses." </p>
<p> Previously, coronaviruses (gene-swapping viruses common in animal populations) had been known only to cause sporadic minor illnesses in humans, like colds—never a major epidemic. That changed in 2003, when the SARS epidemic caught everyone by surprise, or at least everyone who hadn't heard one of Burke's lectures. </p>
<p> This work of forecasting emerging disease threats remains a rather novel undertaking. But it's one that Burke, Wolfe and other Bloomberg School researchers and alumni are pursuing in places as far-flung as Cameroon, Thailand and Chile. The projects described in this story all have the potential to boost human health in the here and now. But all also aim to spur the development of public health toward a future in which it gains powerful new predictive tools. </p>
<p> The work is full of unknowns. Science knows surprisingly little about zoonosis, the emergence of human disease from other animals. It knows little about the reservoir of diseases in animals or how those diseases move among species. Much remains mysterious, too, about how viruses fit into the broader ecological environment. </p>
<p> "But all these things are knowable, to some degree," says Burke, MD. "It could very well be that we're entering a phase—especially in microbiology— where we can seriously start tracking individual virus strains and how they interact with each other, where we can finally start to measure the right things and ask the right questions." </p>
<h3> Tracking Hunters </h3>
<p> Nathan Wolfe expected that he'd prove his point eventually, but he didn't expect to do it so quickly. His initial batch of blood samples covered only 1,000 hunters in Central Africa, and that's a small window to peer through while looking at the population-level risk of contracting chronic retroviruses from nonhuman primates. (Retro-viruses like HIV insinuate themselves in a host cell's DNA and then replicate, making it difficult for the immune system to destroy them.) </p>
<p> Wolfe had long harbored doubts about the conventional but unproven wisdom that such viruses cross into humans only rarely. In 1998, while a doctoral student at Harvard, he mused in the journal
<em> Emerging Infectious Diseases </em>
about the surprises that might turn up if scientists looked closely at hunters working in a biodiversity hotspot. </p>
<p> "Shortly after that came out—I was in Borneo at the time—I got this strange email from my mother," Wolfe recalls. "Some general from the U.S. military was calling for me, and my mother wanted to know what sort of trouble I was in." </p>
<p> That "general" turned out to be Colonel Don Burke, then a public health officer with the U.S. Army's Walter Reed Hospital. When Wolfe got in touch, Burke dangled before him the prospect of postdoctoral fieldwork in Cameroon. The jungles there boast all the biodiversity—and hence, viral diversity—Wolfe could ask for. And as primate hunting makes for a lot of bloody mixing among the species, why shouldn't viruses jump from one to another? </p>
<p> "These are basic biological phenomena we're talking about," Wolfe says. "All sorts of things have the potential to move back and forth." </p>
<p> Initially, Wolfe set out to develop a cross-sectional picture of hunters' exposures to primate retroviruses. Hunters have drawn scant scientific interest over the years, in part because they are seen by many as a threat to endangered animals. </p>
<blockquote>
<p> Primate hunting in the biologically diverse jungles of Central Africa makes for a lot of bloody mixing among the species. Why shouldn't viruses jump from one to another? </p>
</blockquote>
<p> "When we go in these villages, what we find is that no one has ever showed any interest in their health or in their work," Wolfe says. "Nobody has even come in to talk with them." </p>
<p> Wolfe learned early on that the ways his hunters interact with their ecosystem have changed recently, increasing their exposures to other primates. Greater access to firearms has made hunters more efficient. New logging roads have opened the way into previously inaccessible hunting grounds and simultaneously connected hunters with new urban bushmeat markets. </p>
<p> When Wolfe gathered blood from hunters, he divided each sample proactively into plasma and lymphocyte collections to facilitate tracking the genetic lineage of any viruses that popped up. Last year, in
<em> The Lancet </em>
, Wolfe reported that 10, or 1 percent, of his 1,000 samples had antibodies to simian foamy viruses (SFV), one of the three classes of retroviruses found in African primates. Among the 10 were SFVs from three different primates: the mandrill, the gorilla and the DeBrazza's guenon. </p>
<p> Such transmissions had never before been documented in the wild. </p>
<p> Next, Wolfe turned to the deltaretroviruses. Unlike SFVs, these have been known to cause human illness. Only two deltas—HTLV-1 and HTLV-2—had been detected in humans until earlier this year when Wolfe, Burke and others announced in the
<em> Proceedings of the National Academy of Sciences </em>
that they had doubled that total by discovering two more. </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/features/default.cfm" title="XHTML" rel="external" > XHTML </a>
|
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://magazine.jhsph.edu/2005/fall/features/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/features/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>