PHP Code:
if (!in_array
This says "if not in array..."
From the pagenames, it would seem you would want to hide the banner for the listed pages, so you would use
PHP Code:
if (in_array
without the !