Then you don't need to use this plugin.
Instead use template conditionals to output a header based on what page the user is viewing.
Example:
Code:
<if condition="THIS_SCRIPT == 'index">Show this only on the Index<else />Show this on pages other than the Index</if>
That's a very basic example, if you'd like some more information:
http://www.vbulletin.com/docs/html/t...e_conditionals