Make sure the script is defined in arcade.php and chat.php. It should have a line of code that looks like this near the top:
Code:
define('THIS_SCRIPT', 'chat');
Then put this in your header template or where ever you want the ad to show:
Code:
<if condition="THIS_SCRIPT=='chat' or THIS_SCRIPT=='arcade' or THIS_SCRIPT=='index'">
####Code for your ad goes here####
</if>