look for this code in default.asp:
end if
rs.MoveNext
loop
end if
if strShowStatistics = "1" then
WriteStatistics
end if
%>
insert the red highlighted code below:
end if
rs.MoveNext
loop
end if
%>
<!--#include file="privatemess.asp"-->
<%
if strShowStatistics = "1" then
WriteStatistics
end if
%>
Then just remove the code that you had for displaying it where it is right now.