%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
4 days | 10th Floor
<%
strTotalCount = 34
strPic2Show = Request.QueryString("p")
If strPic2Show = "" Then
strPic2Show = 1
End If
%>
<%
If strPic2Show = strTotalCount Then
strNextPic = 1
Else strNextPic = strPic2Show + 1
End If
%>