Driving instructions: Exit I-5 at Hwy. 22. Go east about 0.5 mile on Hwy. 22 to Lancaster Dr. SE.
Turn south on Lancaster Dr. SE and drive 0.4 mile to Sundial. Or, get a
map.
Click here to see listings on homes currently for sale.
Contact us by e-mail
<%
fp = Server.MapPath("aspcount.txt")
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.OpenTextFile(fp)
ct = Clng(a.ReadLine)
if Session("ct") = "" then
Session("ct") = ct
ct = ct + 1
a.close
Set a = fs.CreateTextFile(fp, True)
a.WriteLine(ct)
end if
a.Close
Response.Write ct
%>