<%
ChkBrowser = request.servervariables("http_user_agent")
if instr(lcase(ChkBrowser),"netscape6/6.0")>0 then
%>
| Last Modified By: <%=LastModBy%> |
| Last Modified Date: <%=LastModDate%> |
<%else%>
| Last Modified By: <%=LastModBy%> |
| Last Modified Date: <%=LastModDate%> |
<%end if%>
|