<% @ LANGUAGE=VBSCRIPT CODEPAGE = 1252 %>
<!--#include file="constant.inc" -->
<!--#include file="lib/session.inc" -->
<HTML>
<HEAD>
<TITLE>Microsoft Chat Web Admin - Logoff</TITLE>
</HEAD>
<%
On Error Resume Next
urlAnonymous = Request.QueryString("anony")
ClearSession
Session.Abandon
%>
<BODY bgcolor=ffffff text=000000 link=000000 vlink=000000>
<table cellpadding=0 cellspacing=0 border=0 width=100% >
<tr>
<td><a href="http://www.microsoft.com/exchange"><img src="chatlogo.gif" width=575 height=74 alt="Microsoft Exchange Chat Service" border=0></a></td>
</tr>
<tr>
<td><font size=4>Web Access Administration<br></font></td>
</tr>
</table>
<table width=80% border=0 cellpadding=15>
<tr>
<td>
<br><br>
<font size=5 color=330000><b>Web Access Administration Log Off</b>
</font>
<font size=3 color=330000>
<br><br>
<% If urlAnonymous = "1" Then %>
Web Access Administration does not allow anonymous access. To log on again, you must close and then open the browser.
<% Else %>
To complete the log off process and prevent other users from opening your session, you must close your browser.<br>
To log on again, <A HREF='<%=bstrVirtRoot & "/logon.asp"%>' >click here</A>.
<% End If %>
</font>
</td>
</tr>
</table>
<table width=100% border=0 cellpadding=5>
<tr align=top>
<td width=2%></td>
<td width=50% align=right valign=middle>
<table width=100% border=0>
<tr>
<td align=center valign=middle>
<a href="http://www.microsoft.com/ie"><img border=0 src="ieget.gif" width=88 height=31 ALT="Microsoft Internet Explorer"></a>
</td>
<td align=center valign=middle>
<a href="http://www.microsoft.com/products"><img border=0 src="msbo_iis.gif" width=100 height=31 ALT="Powered by Microsoft products"></a>
</td>
</tr>
</table>
</td>
<td></td>
<td rowspan=2 width=2%></td>
</tr>
</table>
</body>
</html>