Accessibility Valet Report

Subject http://magazine.jhsph.edu/2005/Fall/newsbriefs/default.cfm
Date Tue Feb 9 17:42:16 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/newsbrie.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="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/features/default.cfm" title="Features" > Features </a>
</li>
<li class="selected" >
<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" >
<!--
 /newsbrie 
-->
<!--
 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 = '/newsbrie'
					
					AND			issue = 'Fall05'
					AND 		nav1_link <> '/web_form'
					
-->
<h2> News Briefs </h2>
<div id="leftTitleBorder" > </div>
<a href="#mainFeature" title="skip feature navigation" > </a>
<!--
 LEFT NAVIGATION 
-->
<div id="leftItems" >
<!--
 					SELECT     	*
					FROM 		nav3
					WHERE		nav1_link = '/newsbrie'
					AND			issue = 'Fall05'
					ORDER BY 	nav3_id

					
-->
<ul>
<li class="selected" > A New Dean for the Bloomberg School </li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/newsbriefs/VaccineSafety.cfm" title="Striking a Balance with Vaccine Safety" > Striking a Balance with Vaccine Safety </a>
<!--
 nav3id 6 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/newsbriefs/RiskDiabetes.cfm" title="Measuring the Risk of Diabetes" > Measuring the Risk of Diabetes </a>
<!--
 nav3id 7 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/newsbriefs/GenomeCafe.cfm" title="Genome Café Serves Up Science" > Genome Café Serves Up Science </a>
<!--
 nav3id 8 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/newsbriefs/NewChairs.cfm" title="New Chairs Appointed to Two Academic Departments" > New Chairs Appointed to Two Academic Departments </a>
<!--
 nav3id 9 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/newsbriefs/Children.cfm" title="A Plan for Saving 6 Million Children" > A Plan for Saving 6 Million Children </a>
<!--
 nav3id 10 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/newsbriefs/AutismCauses.cfm" title="New Clues to Autism’s Causes" > New Clues to Autism’s Causes </a>
<!--
 nav3id 11 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/newsbriefs/LiveBy.cfm" title="News to Live By" > News to Live By </a>
<!--
 nav3id 12 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/newsbriefs/SommerScholars.cfm" title="Inaugural Class of Sommer Scholars" > Inaugural Class of Sommer Scholars </a>
<!--
 nav3id 14 
-->
</li>
<li class="navigation" >
<a href="http://magazine.jhsph.edu/2005/Fall/newsbriefs/OpenCourseWare.cfm" title="OpenCourseWare Opens Options" > OpenCourseWare Opens Options </a>
<!--
 nav3id 15 
-->
</li>
<li class="navigation" >
<a href="http://www.jhsph.edu/rxforsurvival" title="Rx for Survival — A Global Health Challenge" > Rx for Survival — A Global Health Challenge </a>
</li>
</ul>
<!--
 end 
-->
</div>
</td>
<td valign="top" id="mainFeature" >
<Section508/Lowtable cellpadding="0" cellspacing="0" id="storyTitle" >
<tr>
<td>
<Section508/Lowimg src="_images/klag.jpg" width="181" height="240" alt="Michael J. Klag" >
</td>
<td id="titleTableCell" >
<h1> Crossing Wolfe Street </h1>
<h3> "This is where I belong": Michael J. Klag, a School alumnus and former vice dean at Hopkins School of Medicine, began his tenure as Bloomberg School dean on September 1. </h3>
<p class="byLine" > by Brian W. Simpson </p>
</td>
</tr>
</table>
<div id="storyImageCaption" >
<ul>
<li class="credit" > PHOTO: DAVID COLWELL </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="storyText" >
<p> One afternoon this summer,
<a href="http://faculty.jhsph.edu/?f=Michael&l=Klag" title="Michael J. Klag" > Michael J. Klag </a>
was waiting to cross Wolfe Street when a car stopped abruptly in front of him. Inside were several 20-somethings—students, he presumed. One astonished occupant leaned out, pointing a finger at him, and said, "You're the new dean!" </p>
<p> Klag smiled and replied, "Yes. Yes, I am." For Klag, the brief curbside conversation punctuated a momentous passage across Wolfe Street: from vice dean at Hopkins School of Medicine to the leadership of the Bloomberg School. </p>
<p> In mid-May, Klag, MD, MPH '87, learned that he would become the 10th dean of the Johns Hopkins Bloomberg School of Public Health. The May 16 announcement culminated a year long search for a successor to
<a href="http://faculty.jhsph.edu/?f=Alfred&l=Sommer" title="Alfred Sommer" > Alfred Sommer </a>
, MD, MHS '73, who led the School for 15 years before stepping down to return to research. </p>
<blockquote>
<p> "Dr. Klag is the right leader to write a new chapter in the history of the world's oldest, largest and most prominent school of public health. His command of national and global issues of public health, his passionate commitment to public health education and his collaborative spirit make him ideally suited to build on the extraordinary work of his predecessors, Al Sommer and
<a href="http://faculty.jhsph.edu/?f=Donald&l=Henderson" title="D.A. Henderson" > D.A. Henderson </a>
." </p>
<p class="quoteCredit" > —William R. Brody
<br>
President, Johns Hopkins University </p>
</blockquote>
<p> "Since May, it's been frenetic, but it's so exhilarating. I am excited," says Klag, who received 1,600 congratulatory emails in the first week after the announcement. Klag spent the summer wrapping up his duties as vice dean for clinical investigation at the Hopkins School of Medicine and immersing himself in the Bloomberg School. To ready himself for September 1—his first official day as dean—he met with Sommer, Bloomberg School deans, department chairs, faculty, administrators, Health Advisory Board members and others. On one typical day in July, the appointments card he carries in his shirt pocket listed four hours of meetings with Bloomberg School leaders. </p>
<p> Klag pioneered the epidemiology of kidney disease, discovering its prevalence and risk factors, providing a basis for designing effective interventions. He also has focused on the role of ethnicity in disease, seeking explanations for the different risks of developing high blood pressure among ethnic groups. Even as he rose through the ranks at Hopkins medicine, Klag maintained close ties to public health, earning an MPH at the School, directing the clinical track of the preventive medicine residency program, helping found the Welch Center for Prevention, Epidemiology and Clinical Research, and holding joint appointments in the School's Departments of Epidemiology and Health Policy and Management. As a fellow at Hopkins medicine in 1984, Klag immediately came to the School to learn how to design population studies and test interventions. At a lunch with legendary epidemiologists
<a href="http://commprojects.jhsph.edu/sphheros/default.cfm?detail=41" title="Abe Lilienfeld" > Abe Lilienfeld </a>
,
<a href="http://faculty.jhsph.edu/?f=George&l=Comstock" title="George Comstock" > George Comstock </a>
,
<a href="http://faculty.jhsph.edu/?f=Moyses&l=Szklo" title="Moyses Szklo" > Moyses Szklo </a>
and
<a href="http://faculty.jhsph.edu/?f=Leon&l=Gordis" title="Leon Gordis" > Leon Gordis </a>
, Klag recalls saying to himself, "This is where I belong." </p>
<p> As the new dean, Klag jokes that his first mission is "Don't screw it up." The School has a $330 million budget, 485 full-time faculty and more than 1,800 students from 70 nations. In 2004, it completed a 12-year, $100 million expansion that raised the Wolfe Street building's total size to nearly 1 million square feet. </p>
<p> "It's clear that Al and the team he's built have set a great path for the School. We need to stay on that path," says Klag, 52. His top priorities are to maintain and enhance the School's international mission, education programs and research agenda, including the study of emerging infections and established diseases such as HIV, TB and malaria. He intends to expand the School's distance education programs to meet the increasing need for public health education among full-time professionals. And he also wants to strengthen the School's ties to the East Baltimore community. </p>
<blockquote>
<p> "He is a great leader, an outstanding researcher and clinician, and he understands the synergies between public health and medicine. Michael has the vision and experience to lead the Bloomberg School into the future." </p>
<p class="quoteCredit" > — Alfred Sommer
<br>
Dean Emeritus, Johns Hopkins Bloomberg School of Public Health </p>
</blockquote>
<p> The U.S. government's budget deficit and the expected reduction in research funding from the National Institutes of Health will not limit the Bloomberg School's future, says Klag. "If you make a decision not to grow, that hurts your future. That changes your trajectory," he says. "We have to be fiscally very responsible. We have to constrain expenses, and at the same time ask, what do we need for the future? It's my job to raise money externally, to provide more flexible moneys that help us meet our mission." </p>
<p> One of his major goals in the coming years will be to draw faculty in the disparate physical locations of the School—the Hampton House building on Broadway and offices in Baltimore's Inner Harbor—closer to the Wolfe Street building. "One of the great things about the School is the sense of community that we have and the cross collaborations between departments and centers. Being geographically close together is an important catalyst," says Klag. "I'm committed to getting the faculty as close to the School geographically as possible. We need another new building. There's no question about that." </p>
<p> To these challenges, Klag says he brings an open, inclusive leadership style. His first six months will be spent with faculty and administrative staff to gain the insider's view of the School he will need to be an effective advocate. "I manage a lot by walking around, and clearly when you take a new job, you have to go and visit the troops," he says. "I'm a good listener. I'm inclusive but not afraid to make decisions, and that's the way I'll manage the School. </p>
<p> "I look forward to helping the faculty, staff, students and alumni maintain our status as the preeminent school of public health," says Klag. "That's what I hope to do, and I'm looking forward to it. It's a great institution. It's got a great origin, a great history and great accomplishments. To lead this School is really an honor. It is an honor." </p>
</div>
<div id="footnotes" >
<h5> DEAN KLAG'S VITA </h5>
<div id="discs" >
<h6> Career Highlights at Hopkins Medicine </h6>
<ul>
<li> Vice Dean for Clinical Investigation, 2001-2005 </li>
<li> Director, The Precursors Study, 1988-2005 </li>
<li> Director, Division of General Internal Medicine, 1994-2002 </li>
<li> Interim Director of the Department of Medicine, 2000-2001 </li>
<li> Editor-in-chief,
<em> Johns Hopkins Family Health Book </em>
, 1998 </li>
</ul>
<h6> Early Career </h6>
<ul>
<li> Commissioned Corps, U.S. Public Health Service, 1982-1984 </li>
</ul>
<h6> Education and Training </h6>
<ul>
<li> BS, Biology, Juniata College, 1974 </li>
<li> MD, University of Pennsylvania, 1978 </li>
<li> Residency, Internal Medicine, State University of New York Upstate Medical Center, 1978-1982 </li>
<li> MPH, Johns Hopkins School of Public Health, 1987 </li>
</ul>
<h6> Family </h6>
<p> Wife, Wendy, and three children: Julia, 23; Stephen, 19; and Sarah, 14 </p>
<h6> Interests </h6>
<p> Photography, splitting wood and reading (especially Patrick O'Brian's novels about the British Royal Navy during the Napoleonic Wars) </p>
<p>
<em> For more information about Dean Klag, go to
<a href="http://www.jhsph.edu/dean/biography/" title="www.jhsph.edu/dean/biography/" > www.jhsph.edu/dean/biography </a>
. </em>
</p>
</div>
</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/newsbriefs/default.cfm" title="XHTML" rel="external" > XHTML </a>
|
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://magazine.jhsph.edu/2005/Fall/newsbriefs/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/newsbriefs/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>