OK - in 3.4.03, "default.asp"
Look for these lines (appx 903-910):
	if ShowLastHere then
		Response.Write	"5"
	else
		Response.Write	"4"
	end if
Change them to say:
	intStatRowSpan = 5
        if ShowLastHere then
        	intStatRowSpan = intStatRowspan + 1
        end if	
        if ArchivedPostCount > 0 and strArchiveState = "1" then
        	intStatRowSpan = intStatRowspan + 1
        end if
 	Response.Write intStatRowSpan