|
January 26th, 2007
January 26, 2007
- MICDS School in St. Louis County Missouri put on a Bake
Sale in support of Little Patriots Embraced. The Bake Sale
was a big success! We would like to thank all who participated
in this event, especially those who put so much time into
organizing it!
<%
' Set objFSO = CreateObject("Scripting.FileSystemObject")
' sMapPath = server.mapPath("/20061003/thumbs/")
' Set objFolder = objFSO.GetFolder(sMapPath)
' i=1
' response.write("")
'
' For Each objFile in objFolder.Files
' myString = objFile.Name
' response.write("")
' response.write("")
' response.write(" ")
' response.write(" | ")
' if i = 4 then
' response.write(" ")
' i = 1
' else
' i = i + 1
' end if
' next
' do until i > 4
' response.write("| | ")
' i = i + 1
' loop
' response.write(" ")
' Set objFSO = Nothing
' Set objFolder = Nothing
%>
|