It is simpler to add everything into an array like so:
Code:
<!-- Forum Notice Box -->
<vb:if condition="in_array($forum['forumid'], array(13,14,15,16,17)) AND is_member_of($bbuserinfo, 6,15,9)">
<div class="forum_notice_box">
<div class="forum_notice_box_text">
You're seeing this message because you don't have access to these forums. Upgrade <a href="http://www.mysite.com/forumhome/payments.php">
<span style="color:#ffffff;">HERE</span>
</a>
</div>
</div>
</vb:if>
<!-- Forum Notice Box -->
Nice little edit, but i get a problem, that the forum titles are not clickable anymore when this notice is in place. Not good for Mr Google i wouldn't imagine.