% @LANGUAGE = VBSCRIPT %>
<% Option Explicit %>
<% ' dosell.asp Version 1: only check login %>
<% Dim s
If Session( "LoggedIn" ) Then
s = "postitem.asp"
Else
Call Response.Redirect( "login.asp" )
End If
%>
<% ' Provide links back to home and book items. %>