<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rsPage__MMColParam rsPage__MMColParam = "1" If (Request.QueryString("PageId") <> "") Then rsPage__MMColParam = Request.QueryString("PageId") End If %> <% Dim rsPage Dim rsPage_cmd Dim rsPage_numRows Set rsPage_cmd = Server.CreateObject ("ADODB.Command") rsPage_cmd.ActiveConnection = MM_cnWPHNA_STRING rsPage_cmd.CommandText = "SELECT * FROM Page WHERE PageId = ?" rsPage_cmd.Prepared = true rsPage_cmd.Parameters.Append rsPage_cmd.CreateParameter("param1", 5, 1, -1, rsPage__MMColParam) ' adDouble Set rsPage = rsPage_cmd.Execute rsPage_numRows = 0 %> WPHNA World Public Health Nutrition Association

 

 

World Nutrition

 
Volume 1, Number 1, May 2010

Journal of the World Public Health Nutrition Association
Published monthly at www.wphna.org


The Association is an affiliated body of the International Union of Nutritional Sciences
For membership and for other contributions, news, columns and services, go to: www.wphna.org

 
Contents

Manifesto


1-4

Editorial
Hunger. For what, why, and what to do?

5-11


Commentary
Michael Latham
The great vitamin A fiasco

12-45
 

   
 

 


.

<% rsPage.Close() Set rsPage = Nothing %>