%@LANGUAGE="VBSCRIPT"%>
<%
Dim rsHomes__varhouseID
rsHomes__varhouseID = "1"
if (Request("houseID") <> "") then rsHomes__varhouseID = Request("houseID")
%>
<%
set rsHomes = Server.CreateObject("ADODB.Recordset")
rsHomes.ActiveConnection = MM_connCastleMI_STRING
rsHomes.Source = "SELECT houseID, houseName, bedrooms, baths, artwork, design, plan, introduction, features, price, img1, img2, img3, img4, img1txt, img2txt, img3txt, img4txt FROM tblhomes WHERE houseID = '" + Replace(rsHomes__varhouseID, "'", "''") + "'"
rsHomes.CursorType = 0
rsHomes.CursorLocation = 2
rsHomes.LockType = 3
rsHomes.Open()
rsHomes_numRows = 0
%>
<%
set rsHouseNames = Server.CreateObject("ADODB.Recordset")
rsHouseNames.ActiveConnection = MM_connCastleMI_STRING
rsHouseNames.Source = "SELECT houseName, houseID FROM tblhomes"
rsHouseNames.CursorType = 0
rsHouseNames.CursorLocation = 2
rsHouseNames.LockType = 3
rsHouseNames.Open()
rsHouseNames_numRows = 0
%>
<%
Dim Repeat1__numRows
Repeat1__numRows = -1
Dim Repeat1__index
Repeat1__index = 0
rsHouseNames_numRows = rsHouseNames_numRows + Repeat1__numRows
%>
Florida Holiday & Investment Homes
<%
rsHomes.Close()
%>
<%
rsHouseNames.Close()
%>