In the header template you could use something like the following:
Code:
<!-- set THIS_SCRIPT to where ads should show and/or set $forumid to where ads should not show -->
<if condition="(THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'showthread') AND ($forumid != 1 AND $forumid != 2)">
<!-- stick google banner ad here -->
<else />
<!-- stick alternate banner here -->
</if>