% section = "public"
if request.cookies("authentication")="DNN" then section="members"%>
<% title = "Home" %>
<% tabs="yes"%>
<%
if left(Request.ServerVariables("SERVER_NAME"),3)<>"www" then
response.write "
You must include www in the address. i.e. www.pabar.org
"
response.end
end if
'response.write Request.ServerVariables("SERVER_NAME")
Session("PWSkip")="False"
if request.servervariables("HTTP_USER_AGENT")="LinkValidate" then
Session("PWSkip")="True"
end if
if request.servervariables("HTTP_USER_AGENT")="Visual+Web+Spider+AT" then
Session("PWSkip")="True"
end if
Set fs=Server.CreateObject("Scripting.FileSystemObject")
'if request.servervariables("HTTP_USER_AGENT")="Search-Engine-Studio" then
If (fs.FileExists("C:\Temp\PWSkip"))=true Then
Session("PWSkip")="True"
fs.DeleteFile "C:\Temp\PWSkip"
End If
'end if
set fs=nothing
%>
HOME: Pennsylvania Bar Association
<% if flash = "yes" then %>
<% else %>
<% end if %>
<%if request.cookies("authentication") >"" then
cID=request.cookies("memberid")
cName=request.cookies("firstname")+" "+request.cookies("lastname")
response.write "