Find the following code in inc_footer.asp (lines 75-79):
Response.Write " </tr>" & vbNewLine & _
"</table>" & vbNewLine & _
"</font>" & vbNewLine & _
"</body>" & vbNewLine & _
"</html>" & vbNewLine
and replace it with the following code:
Response.Write " </tr>" & vbNewLine & _
"</table>" & vbNewLine
%>
<center>
<!-- Gostats.com web hit code. Please do not change this-->
<script type="text/javascript">var go_mem="bruda03";</script>
<script type="text/javascript" src="http://gostats.com/go.js"></script>
<noscript>
<a href="http://gostats.com/gogi/viewstats.pl?mn=bruda03" target="_top">
<img src="http://gostats.com/gogi/count.pl?mn=bruda03" alt="FREE HIT COUNTER" border=0></a>
</noscript><br>
<a href="http://gostats.com">free hit counter</a>
<!-- End of Gostats.com web hit code -->
</center>
<%
Response.Write "</font>" & vbNewLine & _
"</body>" & vbNewLine & _
"</html>" & vbNewLine