<%@ Language=VBScript %> <% Option Explicit %> Harelaw Cottages

Harelaw

Local Hills

Cheviot Heather


Welcome.

Harelaw House was built in 1593 in the reign of Elizabeth 1,when this part of Britain was a lawless frontier between England and Scotland. Numerous castles and fortifications are a testament to these wild and dangerous times.

large image

Harelaw house is occupied by the present owners. The two adjoining self-catering cottages, Leveret and Hoolit were restored in 2004 to a high standard and have everything you need for a comfortable stay.

Latest News

<% objRS.MoveNext Loop objRS.close %>
<% Dim objRS,sql,sql2,timestamp Set objRS = Server.CreateObject("ADODB.Recordset") sql= "Select * FROM EMessageboard where MessageActive = '1' order by MessageUID Desc" objRS.Open sql, objConn1 Do While Not objRS.EOF Session("MessageNumber") = objRS("MessageUID") Session("MessageTitle") = objRS("MessageTitle") Session("MessageOwner") = objRS("MessageOwner") Session("MessageContent") = objRS("MessageContent") Session("MessagePosted") = objRS("MessageDate") Session("MessageType") = objRS("MessageType") 'response.write ("*") 'response.write session("MessageOwner") 'response.write ("*") %>
<%=TRIM(session("MessageTitle"))%>
<%=Session("MessagePosted")%>
  <%=session("MessageContent")%>
..