in inc_top.asp replace this:
<td valign="top" width="50%"><a href="default.asp"><img alt="<% =strForumTitle %>" border="0" src="<%=strTitleImage%>"></a>
with this:
<td valign="top" width="50%"><% if InstrRev(Request.ServerVariables("Path_Info"), "default.asp") > 0 then %><a href="default.asp"><img alt="<% =strForumTitle %>" border="0" src="<%=strTitleImage%>"></a><% end if %>