ok, you will need to open the scripts for those pages in a text editor (notepad or wordpad is good for this) and look for where it says something like
Code:
define('THIS_SCRIPT', 'index');
then use the instructions in post
129 to add the exclude, replacing adv_index with whatever your files have THIS_SCRIPT defined as. If you need to exclude it from more than one page use
Code:
<if condition="THIS_SCRIPT!='your_page' && THIS_SCRIPT!='another_page'">
replacing your_page and another_page with the correct text. You can add as many pages to the exclude as you need to with this.