%@LANGUAGE="JAVASCRIPT"%>
<%
var ResidentialBasic__MMColParam = "Basic";
if (String(Request("MM_EmptyValue")) != "undefined" &&
String(Request("MM_EmptyValue")) != "") {
ResidentialBasic__MMColParam = String(Request("MM_EmptyValue"));
}
%>
<%
var ResidentialBasic = Server.CreateObject("ADODB.Recordset");
ResidentialBasic.ActiveConnection = MM_HouseNanny_STRING;
ResidentialBasic.Source = "SELECT * FROM ServiceMaster WHERE ServiceCategory LIKE '%"+ ResidentialBasic__MMColParam.replace(/'/g, "''") + "%' ORDER BY Recno ASC";
ResidentialBasic.CursorType = 0;
ResidentialBasic.CursorLocation = 2;
ResidentialBasic.LockType = 1;
ResidentialBasic.Open();
var ResidentialBasic_numRows = 0;
%>
<%
var AdditionalServices__MMColParam = "Additional";
if (String(Request("MM_EmptyValue")) != "undefined" &&
String(Request("MM_EmptyValue")) != "") {
AdditionalServices__MMColParam = String(Request("MM_EmptyValue"));
}
%>
<%
var AdditionalServices = Server.CreateObject("ADODB.Recordset");
AdditionalServices.ActiveConnection = MM_HouseNanny_STRING;
AdditionalServices.Source = "SELECT * FROM ServiceMaster WHERE ServiceCategory = '"+ AdditionalServices__MMColParam.replace(/'/g, "''") + "' ORDER BY ServiceName ASC";
AdditionalServices.CursorType = 0;
AdditionalServices.CursorLocation = 2;
AdditionalServices.LockType = 1;
AdditionalServices.Open();
var AdditionalServices_numRows = 0;
%>
<%
var Repeat1__numRows = -1;
var Repeat1__index = 0;
ResidentialBasic_numRows += Repeat1__numRows;
%>
<%
var Repeat2__numRows = -1;
var Repeat2__index = 0;
AdditionalServices_numRows += Repeat2__numRows;
%>
Residential House Watch Service - House Sitting - Palm Beach County Florida
|
|
|
|
|
|
|
| Residential Home - Why should you consider using a professional house watch servce for your residential home: |
- Catch problems in the home before they become larger more expensive problems. Read some horror stories people have experienced.
- Help keep your home from looking empty. Examples of homes that look vacant.
|
| |
| House Nanny Residential service is a perfect solution for the absentee owener. |
| |
|
|
|
|
| Residential House Watch Service by House Nanny |
| Our residential home watching service will provide a piece of mind. |
| |
Our residential house watch service comes standard with the following services:
| Service |
Description |
<% while ((Repeat1__numRows-- != 0) && (!ResidentialBasic.EOF)) { %>
| <%=(ResidentialBasic.Fields.Item("ServiceName").Value)%> |
<%=(ResidentialBasic.Fields.Item("ServiceDescription").Value)%> |
<%
Repeat1__index++;
ResidentialBasic.MoveNext();
}
%>
|
Additional House Watch services are also available:
| Service |
Description |
<% while ((Repeat2__numRows-- != 0) && (!AdditionalServices.EOF)) { %>
| <%=(AdditionalServices.Fields.Item("ServiceName").Value)%> |
<%=(AdditionalServices.Fields.Item("ServiceDescription").Value)%> |
<%
Repeat2__index++;
AdditionalServices.MoveNext();
}
%>
|
House Watch Services for
Residential Homes |
House Nanny offers House Watching Service for the South Florida residential homes. Our prices options are listed below.
| Select the option that meets your needs |
MONTHLY
VISIT |
WEEKLY
VISIT |
| Price |
$39.99 |
|
| Sign up by 12/31/04 and save 17% |
save $6.80
$33.19 / month
($1.10 / day)
|
save $21.25
$103.74 / month
($3.45 / day) |
| term |
6 months minimum |
6 months minimum |
| Features |
all interior and exterior features details |
all interior and exterior features details
|
| Visit reports |
View visit reports and pictures on email and the web site sample |
View visit reports and pictures on email and the web site sample |
|
|
|
 |
|
Copyright 2005-2006 House Nanny. All rights reserved. |
<%
ResidentialBasic.Close();
%>
<%
AdditionalServices.Close();
%>