<%@LANGUAGE="JAVASCRIPT"%> <% var AboutRS = Server.CreateObject("ADODB.Recordset"); AboutRS.ActiveConnection = MM_hp_STRING; AboutRS.Source = "SELECT * FROM AboutUs"; AboutRS.CursorType = 0; AboutRS.CursorLocation = 2; AboutRS.LockType = 1; AboutRS.Open(); var AboutRS_numRows = 0; %> Hyde Park Bathrooms & Kitchens
  " width="260" height="216">
 

<%=(AboutRS.Fields.Item("Heading").Value)%>

<%=(AboutRS.Fields.Item("Content").Value)%>

 
© Copyright 2007 Hyde Park Bathrooms & Kitchens
<% AboutRS.Close(); %>