<% Dim pid, line If Session("userPicture") = "" Then Session("userPicture") = "image1.gif" End If For pid=1 to 32 line = "" Response.Write line If pid = 16 Then Response.Write "" End If Next %>