Yes, you would put it in inc_top, if you want it where it is here, this is the code for inc_top red is new code
<tr>
<td valign="top" width="50%"><a href="default.asp"><img alt="<% =strForumTitle %>" border="0" src="<%=strTitleImage%>"></a>
<%
'## BEGIN Active Users CODE
Response.Write " <br><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>Active Users: " & Application("ActiveUsers") & " Visits Today: " & Application("VisitorsToday") & "</font>" & vbCrLf
'## END Active Users CODE
%>
</td>