Accessibility Valet Report

Subject http://magazine.jhsph.edu/2005/Fall/feature2/default.cfm
Date Tue Feb 9 11:33:30 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="selected" > Ten Cheap Ways to Save the World </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>
<a href="http://magazine.jhsph.edu/2005/Fall/departments/bio/kristi_birch.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/10cheapways.jpg" width="551" height="367" alt="10 Cheap Ways to Save the World by Kristi Birch" >
</div>
<div id="storyImageCaption" >
<ul>
<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> When it comes to public health, lives are often saved, or dramatically improved, by things that cost the least. Simple undertakings—such as washing hands, using a seatbelt or donning a bike helmet—carry little cost to the individual. But collectively such interventions can make a huge difference in global health. We've consulted experts from around the Bloomberg School to come up with 10 of the least expensive ways to save millions of lives around the world. Take a look. </h1>
</div>
<div id="storyText" title=""Ten Cheap Ways to Save the Worls" Page 1" >
<h3> Quit smoking. </h3>
<h4>
<strong> $0 </strong>
It costs nothing to quit cold turkey; interventions like the patch cost about the same as cigarettes </h4>
<p>
<Section508/Lowimg src="_images/001_cigarettes.jpg" height="120" width="120" class="left" alt="Cigarettes" >
Tobacco is the second major cause of death in the world—killing one in 10 adults worldwide, or about 5 million people each year. The 2004 U.S. Surgeon General's Report concluded that cigarette smoking causes diseases in nearly every organ of the body. "If you think about smoking cessation, there are few interventions that can save so many lives and so cheaply," says
<a href="http://faculty.jhsph.edu/?f=Jonathan%20m%2e&l=Samet" title="Jonathan Samet" > Jonathan Samet </a>
, senior scientific editor of the 2004 report. The good news is that it's never too late to stop. Within hours after a smoker inhales that last cigarette, health begins to improve. </p>
<h3> Increase vitamin A supplementation. </h3>
<h4>
<strong> $0.04 </strong>
per dose </h4>
<p>
<Section508/Lowimg src="_images/002_vitamin_a.jpg" height="120" width="120" class="left" alt="Vitamin A" >
In 1985, ophthalmologist and epidemiologist
<a href="http://faculty.jhsph.edu/?f=Alfred&l=Sommer" title="Alfred Sommer" > Alfred Sommer </a>
discovered that a capsule of high-potency vitamin A given to children in Indonesia twice a year reduced the number of child deaths by 34 percent. (The micronutrient made them less vulnerable to measles, malaria, diarrhea and dysentery.) Today, the WHO, UNICEF and their partners provide more than 400 million supplements a year for children in developing countries. That translates to hundreds of thousands of kids saved every year. But it's estimated that only one-quarter to one-third of children who need vitamin A supplements receive them. </p>
<h3> Expand oral rehydration therapy. </h3>
<h4>
<strong> $0.10 </strong>
per one-liter packet </h4>
<p>
<Section508/Lowimg src="_images/003_salts.jpg" height="120" width="120" class="left" alt="Oral Rehydration Therapy" >
Originally developed to treat cholera, oral rehydration therapy (ORT) is effective in treating dehydration due to diarrhea from any cause. ORT is also remarkably simple: Mix one packet of a powder containing glucose and electrolytes in water, and give it to people with diarrhea until they get better. Since 1980 when WHO and UNICEF introduced ORT in the developing world, the number of deaths due to diarrhea in children has dropped from 5 million to 2 million per year. The challenge today: to see that ORT is more widely used in developing countries to reduce mortality further, and in developed countries that favor IV treatments to reduce health care costs, says
<a href="http://faculty.jhsph.edu/?f=R%2e%20Bradley&l=Sack" title="R. Bradley Sack" > R. Bradley Sack </a>
. </p>
<h3> Build pit latrines in developing countries. </h3>
<h4>
<strong> $50 </strong>
per latrine, depending on materials </h4>
<p>
<Section508/Lowimg src="_images/004_latrine.jpg" height="120" width="120" class="left" alt="Latrine" >
In areas that don't have flush toilets, ventilated pit latrines can tremendously reduce the environmental contamination by parasites such as roundworms and tapeworms and by a whole range of bacteria and viruses, says tropical disease expert
<a href="http://faculty.jhsph.edu/?f=Clive%20J%2e&l=Shiff" title="Clive Shiff" > Clive Shiff </a>
. Though people don't often talk about them, pit latrines hold the potential for preventing most intestinal diseases, which frequently can be deadly in the developing world. </p>
<h3> Use bed nets treated with insecticide. </h3>
<h4>
<strong> $4.80 </strong>
per bed net </h4>
<p>
<Section508/Lowimg src="_images/005_baby_tent.jpg" height="120" width="120" class="left" alt="Baby inside a bed net" >
Malaria is transmitted to humans by the female Anopheles mosquito, which bites almost exclusively at night. Bed nets have been shown to control the spread of the disease in endemic regions. And yet they are underused. Says Clive Shiff: "At least 70 percent of people in the village need to use the net; then you see a major reduction in the transmission of malaria." The nets need to be treated with insecticide to effectively kill mosquitoes and serve as a barrier. Treated or untreated, at just several dollars each, they're a bargain. </p>
<h3> Treat premature newborns with antiseptic baby wipes or sunflower oil. </h3>
<h4>
<strong> $0.30 </strong>
per treated baby wipe; Sunflower oil: $0.20 per treatment </h4>
<p>
<Section508/Lowimg src="_images/006_baby_2women.jpg" height="120" width="120" class="left" alt="Premature newborn" >
Preterm babies with a low birthweight are often born with skin that isn't well formed, making them subject to potentially fatal infections, a major cause of neonatal mortality in developing countries. Special kinds of emollients can enhance the function of the skin barrier and reduce the incidence of life-threatening infections. Sunflower oil applied to babies' skin a couple of times a day for a few weeks resulted in a 40 to 55 percent reduction in sepsis, according to research in Egypt and Bangladesh, says neonatal health specialist Gary Darmstadt. And epidemiologist
<a href="http://faculty.jhsph.edu/?f=James&l=Tielsch" title="James Tielsch" > James Tielsch </a>
has found that using baby wipes (treated with a quarter percent of diluted antiseptic solution) a few hours after delivery reduced neonatal mortality 28 percent for low-birthweight babies. </p>
<h3> Use home-based water purification systems. </h3>
<h4>
<strong> $0.04 </strong>
per sachet </h4>
<p>
<Section508/Lowimg src="_images/007_pur_treatment.jpg" height="120" width="120" class="left" alt="Water Purification Systems" >
More than 1 billion people in the world don't have access to safe water. The encouraging news: Simple household water treatment can stop the spread of deadly waterborne diseases such as cholera. Water expert
<a href="http://faculty.jhsph.edu/?f=Kellogg&l=Schwab%20" title="Kellogg Schwab" > Kellogg Schwab </a>
points to PUR packets from Procter and Gamble, which are very effective in purifying drinking water in developing countries. The ketchup-sized sachets contain some of the same components (chlorine and flocculent) used to treat water in the U.S. Users merely mix a packet into a bucket containing 10 liters (2.5 gallons) of water. The chlorine kills pathogens, the flocculent causes dirt and contaminants to settle out, and the decontaminated water is then filtered through a cloth before consumption. </p>
<h3> Increase condom availability. </h3>
<h4>
<strong> $1 </strong>
or less per condom </h4>
<p>
<Section508/Lowimg src="_images/008_condoms.jpg" height="120" width="120" class="left" alt="Condoms" >
Treatment for HIV/AIDS today is much more effective than it was 20 years ago, but it doesn't actually cure the disease, and we don't have a vaccine. That's why the best way to stop the disease remains prevention. Behavior change and condom use can check the global pandemic, says AIDS researcher
<a href="http://faculty.jhsph.edu/?f=Chris&l=Beyrer" title="Chris Beyrer" > Chris Beyrer </a>
. In Thailand, a free condom campaign reduced the HIV rate in military recruits from 10.4 percent in 1991 to 2 percent a decade later. Unfortunately, shortages of condoms exist in some developing countries that need them the most, and donor countries need to continue to subsidize their cost. </p>
<h3> Vaccinate poor children against measles. </h3>
<h4>
<strong> $0.13 </strong>
per dose </h4>
<p>
<Section508/Lowimg src="_images/009_syringe.jpg" height="120" width="120" class="left" alt="syringe" >
The measles vaccine is safe, inexpensive and almost 100 percent effective. Yet in many developing countries, only three out of four young children are immunized. (In some of the poorest countries, less than half are.) The kids who don't get immunized also tend to come from the poorest families, and it's the poorest children who are largely at risk of dying from measles, says reproductive health researcher
<a href="http://faculty.jhsph.edu/?f=Michael%20A%2e&l=Koenig" title="Michael Koenig" > Michael Koenig </a>
. As a result, 500,000 to 700,000 children die annually from this preventable disease, and many others suffer lifelong disabilities, including blindness, deafness and brain damage. </p>
<h3> Breastfeed. </h3>
<h4>
<strong> $0 </strong>
</h4>
<p>
<Section508/Lowimg src="_images/010_baby_1woman.jpg" height="120" width="120" class="left" alt="Woman with Infant" >
Breastfeeding is a vital source of nutrition for infants everywhere. In the developing world, the practice can be a matter of life or death. Feeding babies only breast milk for the first six months protects children from infection, especially diarrhea, says nutrition expert
<a href="http://faculty.jhsph.edu/?f=Keith%20P%2e&l=West" title="Keith West" > Keith West </a>
. According to UNICEF, exclusive breastfeeding until six months of age could save the lives of 1.5 million infants every year, and the health and development of millions more would be greatly improved. </p>
<br>
<div id="end" > </div>
<br>
</div>
<div id="footnotes" >
<h5> SOURCES: </h5>
<Section508/Lowp>
<a href="http://faculty.jhsph.edu/?f=Chris&l=Beyrer" title="Chris Beyrer" > Chris Beyrer </a>
, MD, MPH '90, associate professor of Epidemiology, and director, Johns Hopkins Fogarty AIDS International Training and Research Program;
<a href="http://faculty.jhsph.edu/?f=Gary%20L%2e&l=Darmstadt" title="Gary Darmstadt" > Gary Darmstadt </a>
, MD, associate professor of International Health;
<a href="http://faculty.jhsph.edu/?f=Michael%20A%2e&l=Koenig" title="Michael A. Koenig" > Michael A. Koenig </a>
, PhD, MA, associate professor of Population and Family Health Sciences;
<a href="http://faculty.jhsph.edu/?f=R%2e%20Bradley&l=Sack" title="R. Bradley Sack" > R. Bradley Sack </a>
, MD, ScD, professor of International Health;
<a href="http://faculty.jhsph.edu/?f=Jonathan%20M%2e&l=Samet" title="Jonathan Samet" > Jonathan Samet </a>
, MD, MS, chair of Epidemiology, and The Jacob I and Irene B. Fabrikant Professor in Health, Risk, and Society;
<a href="http://faculty.jhsph.edu/?f=Kellogg&l=Schwab%20" title="Kellogg Schwab" > Kellogg Schwab </a>
, PhD, MS, assistant professor of Environmental Health Sciences;
<a href="http://faculty.jhsph.edu/?f=Clive%20J%2e&l=Shiff" title="Clive Shiff" > Clive Shiff </a>
, PhD, associate professor of Molecular Microbiology and Immunology;
<a href="http://faculty.jhsph.edu/?f=Alfred&l=Sommer" title="Alfred Sommer" > Alfred Sommer </a>
, MD, MHS '73, professor of Epidemiology, International Health and Ophthalmology, and former dean, Johns Hopkins Bloomberg School of Public Health;
<a href="http://faculty.jhsph.edu/?f=James&l=Tielsch" title="James Tielsch" > James Tielsch </a>
, PhD '82, MHS '79, professor of International Health; and
<a href="http://faculty.jhsph.edu/?f=Keith%20P%2e&l=West" title="Keith P. West Jr." > Keith P. West Jr. </a>
, DrPH '87, MPH '79, The George G. Graham Professor in Infant and Child Nutrition. </p>
<p> Note:
<em> Costs are estimates and can vary by location. </em>
</p>
</div>
<div id="activeLinks" > </div>
<div id="comments" >
<h5> Comments </h5>
<ul>
<li class="odd" > Though the list is comprehensive for the world and there is a clarification at the bottom, I feel that a further list with regionwise distribution would really have a higher impact in terms of providers thinking seriously about themselves. As in India I feel that iron deficiency treatment and safe needle use will also hit the list somewhere at the bottom of such comprehensive list and will become more important in the coming time. Really a wonderful start. All Praise for the list.
<em> —sunil agarwal </em>
</li>
<li class="even" > When it comes to adequate water supply and sanitation, three of your "ten cheap ways to save the world" need to be put into perspective. Oral rehydration therapy (#3), although serving as a quick therapeutic fix for over 20 years, is no substitute for potable water and its power to prevent disease. Procter Gamble's relatively new product "PUR" (#7) can produce small amounts of drinkable water, but it must be imported and cannot replace a water supply system. Finally, the pit latrine (#4), while representing a long-used way to dispose of human waste (particularly in rural and village areas), may not be so useful for the millions of persons living in the densest human settlements found in peri-urban and urban areas. It surely is not as "cheap" to provide persons in developing countries with water and sewerage systems equivalent to the ones we in the more developed world have enjoyed for over 150 years. But, international water and sanitation equity would seem to support focusing our public health efforts now to ensure that all of humankind is able to benefit from full-scale water and sanitation systems.
<em> —Arthur Cohen, JD, MPH </em>
</li>
<li class="odd" > Wouldn't breast feeding be the first method to save the world (If the methods are in their order of importance) as it is the first and the cheapest and probably affects the resistance to most of the other diseases that the baby is likely to get e.g. measles, malaria, Vitamin A deficency, gastroenteritis
<em> —DR. SUnita Katyayan </em>
</li>
<li class="even" > Editor's Note: The 10 cheap ways were not listed in order of importance. We should have clarified this in the story. Thank you for raising this issue.
<em> —Brian Simpson, Editor, Johns Hopkins Public Health </em>
</li>
<li class="odd" > To the editors: The claim that breastfeeding is free (Birch, Ten Cheap Ways to Save the World, Fall ’05) represents an astonishing lack of reflection about in the biological, social, cultural, and political economic levels. To whit: • On the biological level, a woman requires an additional 500 calories per day (equivalent to an extra meal) during the first six months of lactation . In addition, she would ideally add 400mg calcium daily and also supplemental vitamins such as B-6 and D to her diet. Anyone who has traveled in developing countries and seen young women who are old before their time knows what happens when this ideal diet is not available. • On the social level, the time investment involved in exclusive breastfeeding is enormous, so to say that it is “free” suggests that there are no opportunity costs involved. While it is possible to nurse a child while doing other things (ranging from gathering firewood to reading email), this multitasking does not take away from the fact that nursing is a form of labor which has time and labor costs. • Like anything else people do with their bodies, nursing is a cultural act with a complicated set of attendant meanings. The resurgence of breastfeeding among more educated women in the US is part of a redefinition of nursing as a public performance of committed mothering. Similarly, women in the developing world define themselves publicly through their choices about how to feed their children – but in many parts of the developing world, breastfeeding rates are declining among middle class women, as they did earlier mid-century in the US; in these contexts, a key ‘cost’ of breastfeeding is the risk of seeming too traditional. • Finally, aside from the costs of breastfeeding, we must remember that its effectiveness in decreasing the population attributable risk from diarrheal infections reflects our colossal failure to provide billions of people around the world with safe drinking water. This emphasis on breastfeeding rather than clean water is typical of the current tendency in public health to privilege individual-level interventions over structural ones. Research on the public health benefits of breastfeeding shows overwhelmingly that it decreases morbidity and mortality, and there are health benefits to women who breastfeed as well—but to talk about breastfeeding as “free” obscures the way that we have balanced our global epidemiological books on the backs of the world’s women. Jennifer S. Hirsch, Ph.D. ‘98 Associate Professor Department of Sociomedical Sciences Mailman School of Public Health, Columbia University
<em> —Jennifer Hirsch </em>
</li>
</ul>
</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/feature2/default.cfm" title="XHTML" rel="external" > XHTML </a>
|
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://magazine.jhsph.edu/2005/Fall/feature2/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/feature2/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>