<%@LANGUAGE="VBSCRIPT"%> <% Dim rsNews__MMColParam rsNews__MMColParam = "1" If (Request.QueryString("ID") <> "") Then rsNews__MMColParam = Request.QueryString("ID") End If %> <% Dim rsNews Dim rsNews_numRows Set rsNews = Server.CreateObject("ADODB.Recordset") rsNews.ActiveConnection = MM_ech_STRING rsNews.Source = "SELECT * FROM TblNews WHERE ID = " + Replace(rsNews__MMColParam, "'", "''") + "" rsNews.CursorType = 0 rsNews.CursorLocation = 2 rsNews.LockType = 1 rsNews.Open() rsNews_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsNews_numRows = rsNews_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> <% Sub Session_OnStart Session.LCID = 7177 End Sub %>
ECH Solutions - Capital Project and Facility Consultants
EC Harris - Home Page EC Harris - Partners EC Harris - Services EC Harris - Projects
EC Harris - News
EC Harris - Contact Us
 
   
   
<% While ((Repeat1__numRows <> 0) AND (NOT rsNews.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsNews.MoveNext() Wend %>
2009/03/29

Public-private team to build Lesotho hospital

Development Bank of Southern Africa has give Lesotho’s healthcare system a boost by investing R700-million in the building of a state-of-the art hospital.

The Government of Lesotho together with the Development Band and Tsepong, a consortium led by Netcare, signed a multimillion-rand loan agreement to build and operate a 390-bed hospital and refurbish four clinics in the country.

Mamphono Khaketla, Lesotho’s minister of education and training, said her government will contribute about R400-million to the project, which will improve the country’s health system in the face of the HIV-Aids pandemic.

Khaketla said the yet-to-be-named hospital, scheduled for completion in mid-2011, will replace the ageing Queen Elizabeth II Hospital in Maseru as the main referral hospital in the country.

The new hospital will also serve as a training facility for health professionals.

Victor Litlhakanyane, of Netcare and a director of Tsepong, said: “We believe this [partnership] hospital is the critical step to improving health services and results for the nation.” The partnership contract will run for 18 years.

back

EC Harris
Login
<% rsNews.Close() Set rsNews = Nothing %>