%
Option Explicit
%>
<%
Dim blnChatting
%>
<%= Application("TITLE_USER") %>
<%
blnChatting = chatChatHappening()
If blnChatting Then
%>

<%
End If
'
' Application("txtSchedule") gets set in the moderator
' program UpdateSchedule.asp. If the application restarts
' then this value will be blank so first person to hit this
' page will reload it.
'
If Len(Application("txtSchedule")) = 0 Then
Call zaazLoadDictionary("CHATSCHED")
Call zaazSetAppVar("txtSchedule",zaazGetDictionary("CHATSCHED"))
Call zaazClearDictionary("CHATSCHED")
End If
%>
<%= Application("txtSchedule") %>