I finally figured out why it does this.
in default.asp down in sub WriteStatistics()
find this line:
<td rowspan="<% if ShowLastHere then Response.Write("5") else Response.Write("4") end if %>" bgcolor="<%= strForumCellColor %>"> </td>
change the 5 to a 4 and change the 4 to a 3