<%@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 %>

 

 

<%=(rsPage.Fields.Item("PageText").Value)%>

Do you want to join
the Association?
Of course you do!
It's easy. Here is how
Steps to membership

WORKING WITH US

ASK NOT WHAT THE
ASSOCIATION
CAN DO FOR YOU,
ASK WHAT YOU
CAN DO FOR THE ASSOCIATION

NEW MONTHLY BLOG Geoffrey Cannon
The need for prayer, José Maria Bengoa. The cult of individualism. Rudolf Virchow. Referencing, why? The joy of blogging. What happened to
Out of the Box

The next big one
II World Congress on
Public Health Nutrition
Porto, 23-25 September
Reduced registration for
Association members

NEW MONTHLY BLOG Fabio Gomes
The big heat in Rio. Pineapples.
Policies to prevent cancer in Brazil.
Public health law. Pepsi and PepsiCo.
Taxing soft drinks – a good idea!
 

Our aims and objectives as the voice of public health nutrition as advocated, taught and practiced worldwide

Working well in Europe
Summer school, Vitoria. Spain, 15-22 August.
Apply within

 
 


.

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