<% if rs_photos.bof and rs_photos.eof then %> <% else %>
<%response.write(variable)%>
<%response.write("No Photos")%>
<% n=1 rs_photos.movefirst do while not rs_photos.eof n=n+1 %> <% on error resume next if rs_photos.eof then %> <% Else rs_photos.movenext %> <% end if %> <% rs_photos.movenext loop end if %>
<%response.write(variable)%>
click on thumbnail to view project 
<%response.write(" " & rs_photos(1) & " ")%>
<%response.write(" " & rs_photos(1) & " ")%>