<%if Request("submit") <> "Enter" Then%> <%Response.write "
Welcome to the Network Financial Printing Public and Private Document Download Gateway. Authorized clients have received a user ID and password clearance to this area, please use that information below to access your downloadable PDF files
Username:
Password:
If you would like to request a current password to access our Public or Private Document Download area, please use this request form.
" %> <%Else if Request("submit")="Enter" then if Request("username")="public" Then Response.Redirect "publicviewer.asp?submit=Enter&username=" & Request("username") & "&password=" & Request("password") else if Request("username")="private" Then Response.Redirect "privateviewer.asp?submit=Enter&username=" & Request("username") & "&password=" & Request("password") else if Request("username")<>"private" and Request("username")<> "public" Then%> <%Response.write "
You entered and invalid username. Please try again.

Welcome to the Network Financial Printing Online Official Statements Download Gateway. Authorized clients have received a user ID and password clearance to this area, please use that information below to access your downloadable PDF files.
Please enter Username and Password to access this application
Username:
Password:
If you would like to request a current password to access our Official Statement Download area, please use this request form.
" %> <% end if end if end if end if end if %>