I have noticed the use of:
<!--#INCLUDE FILE="inc_func_common.asp" -->
as a replacement for:
<!--#INCLUDE FILE="inc_functions.asp" -->
But,
<!--#INCLUDE FILE="inc_func_common.asp" -->
is already an include in both inc_header.asp and inc_header_short.asp, so in a lot of the MODS that I have looked at, it's basically being included twice.
Please go over your MODS and check to make sure that you aren't including:
<!--#INCLUDE FILE="inc_func_common.asp" -->
in any of your files that also have either inc_header.asp or inc_header_short.asp as an include.<