I see a couple in the vbgarage hack.
In vbgarage.php find:
Code:
'vbgarage_popup',
'vbgarage_viewgarage'
Replace it with:
Code:
'vbgarage_popup',
'vbgarage_commentbits',
'vbgarage_latestbits',
'vbgarage_viewgarage'
Looks like Ad Columns is shown on most of your other pages so its probably causing the others.
In global.php find:
Code:
// misc useful
'spacer_open',
Replace it with:
Code:
// misc useful
'spacer_open',
'adcolumn_left',
'adcolumn_right',
See if that takes care of the uncached templates.