<% @ LANGUAGE=VBSCRIPT CODEPAGE = 1252 %>
<!-- #include file='constant.inc' -->
<!-- #include file='lib/session.inc'-->
<% SendHeader 0, 1 %>
<%
'Microsoft Outlook Web Access
'errinbox.asp
'Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.
%>
<HTML>
<HEAD>
<TITLE>Microsoft Outlook Web Access - Logon</TITLE>
<!-- #include file='lib/jsutil.inc'-->
</HEAD>
<BODY bgcolor="#ffff99" text="#000000" link="#000000" vlink="#000000">
<font size=4>OWA was unable to get to your inbox.</font><p>
To try to logon again, <A HREF=<%= bstrVirtRoot & "/logon.asp" %> >click here</A>.
<p>
For additional help on troubleshooting this problem,
<a href="JavaScript:openNewWindow('<%=bstrVirtRoot%>/tshoot.asp','inlineHelpWindow',600,500)">click here</a>.
</BODY>
</HTML>