%
Dim strPath,objFSO,objFolder,objItem
strPath = "../photos/"
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
Set objFolder = objFSO.GetFolder(Server.MapPath(strPath))
%>
HomeZone Template Creator
HomeZoneTV Template Construction
Last completed: MLS#<%=Request.Cookies("homezonetv")("Mls")%>
<%
Set objItem = Nothing
Set objFolder = Nothing
Set objFSO = Nothing
%>