Even better...I found all the changes made and put them into a multi-hack file. The only problem was the NewsFader hack was hidden at the end of it all.
In the public_forum_summary.pl file, the div tag following was added by JC.
$brif
$pntf_locations[0]
<div style="display: none;">
$TBT
$ns
I changed it to the following and the NewsFader appears but the table cells are reacting strange.
$brif
$pntf_locations[0]
$TBT
$ns
<div style="display: none;">
The content of the NewsFader forces the cell to expand and contract making the screen jump. It's weird. It's the only thing I can see that causes the problem. The 2 hacks make changes to the same files but I don't see any correlation between the 2 other than the above code. Obviously no rush, I will just turn the NewsFader off for now. If you can help out, I would appreciate it.
Thanx for finding it.