once i figure out where to add this code:
<if condition="THIS_SCRIPT == 'adv_index'">
New Header
<else />
Forum's header code here
would this code look like
<if condition="THIS_SCRIPT == 'adv_index'">
http://mynewimage.com
<else />
http://myforumscurrentlogo.com
</if>