|
11 January 2008
Auckland District Health Board Media Statement
<%
If (Recordset1.Fields.Item("RelatedStories1").Value) <> "" OR (Recordset1.Fields.Item("RelatedStories1").Value) <> null Then
SQLWhere = " AND (NewsStory LIKE '%"&(Recordset1.Fields.Item("RelatedStories1").Value)&"%' OR NewsHeadline LIKE '%"&(Recordset1.Fields.Item("RelatedStories1").Value)&"%'"
End If
If (Recordset1.Fields.Item("RelatedStories2").Value) <> "" OR (Recordset1.Fields.Item("RelatedStories2").Value) <> null Then
SQLWhere = SQLWhere&" OR NewsStory LIKE '%"&(Recordset1.Fields.Item("RelatedStories2").Value)&"%' OR NewsHeadline LIKE '%"&(Recordset1.Fields.Item("RelatedStories2").Value)&"%'"
End If
If (Recordset1.Fields.Item("RelatedStories3").Value) <> "" OR (Recordset1.Fields.Item("RelatedStories3").Value) <> null Then
SQLWhere = SQLWhere&" OR NewsStory LIKE '%"&(Recordset1.Fields.Item("RelatedStories3").Value)&"%' OR NewsHeadline LIKE '%"&(Recordset1.Fields.Item("RelatedStories2").Value)&"%'"
End If
If (Recordset1.Fields.Item("RelatedStories4").Value) <> "" OR (Recordset1.Fields.Item("RelatedStories4").Value) <> null Then
SQLWhere = SQLWhere&" OR NewsStory LIKE '%"&(Recordset1.Fields.Item("RelatedStories4").Value)&"%' OR NewsHeadline LIKE '%"&(Recordset1.Fields.Item("RelatedStories2").Value)&"%'"
End If
If (Recordset1.Fields.Item("RelatedStories5").Value) <> "" OR (Recordset1.Fields.Item("RelatedStories5").Value) <> null Then
SQLWhere = SQLWhere&" OR NewsStory LIKE '%"&(Recordset1.Fields.Item("RelatedStories5").Value)&"%' OR NewsHeadline LIKE '%"&(Recordset1.Fields.Item("RelatedStories2").Value)&"%'"
End If
SQLWhere = SQLWhere&")"
%>It is with sadness Auckland District Health
Board advises that Sir Edmund Hillary passed away at Auckland City
Hospital at 9 AM this morning.
Sir Ed had been unwell for sometime and died due to a heart attack.
Our thoughts are with his family at this time.
Any further comment will be made by a representative of the family.
-Ends-
Sneha Paul
Communications Manager
Auckland City District Health Board
|