Home Home Pictures Recipes CDs and DVDs Links About

MiniMcFest2k1

Raddie came to visit me in Limerick. We made wings. And Horseradish. And Kielbasa. And drank lots of beer!

A true FEST in every sense of the word...and here are the pics to prove it

<% set fso = Server.CreateObject("Scripting.FileSystemObject") strThumbs = "/pictures/fest/thumbs/" strFull = "/pictures/fest/" set objFolder = fso.GetFolder(SErver.MapPath(strThumbs)) i = 1 For each file in objFolder.Files If i > 3 Then i = 1 Response.Write "" End if Response.Write "" i = i + 1 Next set objFolder = Nothing set fso = Nothing %>