December 27-29, 2007
Below are pictures from our honeymoon cruise as we journeyed back to the states. The long faces show our desire for this trip to last forever.
<%
Set fso = CreateObject("Scripting.FileSystemObject")
Set folder = fso.GetFolder("c:\Inetpub\wwwroot\evacation\honeymoon\last-days\hm-last-days")
Set files = folder.Files
For Each file in files
%>
<%
Next
Set fso = Nothing
%>
Back