|
| The
Member Testimonial Video is available in the following
formats, click one of the links below to view the
video:
quicktime or
Windows
media player
|
Problems viewing the
video? Click on one of the links below:

|
|
<%
filespec = Request.ServerVariables("PATH_TRANSLATED")
Dim fso, f, s
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFile(filespec)
s = "This page was last updated on " & FormatDateTime(f.DateLastModified, 2)
ShowFileAccessInfo = s
Response.Write ShowFileAccessInfo
SET f = Nothing
SET fso = Nothing
%>
|