%@ LANGUAGE="VBSCRIPT" %>
<% option explicit %>
<%
Function ShowFileList(folderspec)
Dim fso, f, f1, fc, s, col, piccount
col=0
piccount=0
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFolder(folderspec)
Set fc = f.Files
%>
2004 Rally@Texas Pictures
 |
Rally@Texas 2004 Pictures |
| All pictures are Copyright © 1997-<%= Year(date()) %> Texas Rally Committee, Inc. All rights reserved. |
Note: Pictures are still being uploaded and you may experience errors displaying the full size image. Please retry your request
after a couple of hours.
Picture count=<% =piccount %>
<%
End Function
ShowFileList("//nawinfs02/home/users/web/b346/rh.rallytexas\2004Pictures")
%>