<%@LANGUAGE="VBSCRIPT"%>
<%
' *********** Beginning of Script
If Session("svLNO-ID")<> "approved" THEN
' Set the file name immediately after the "file=opencolleyville.asp" to the name of
' this file in the Response.Redirect line below:
Response.Redirect "password.asp?file=opencolleyville.asp"
End If
' *********** End of Script
%>