This has been placed above meta on headinclude, and yes it works just on the forum index, but not the cms home.
Code:
<vb:if condition="THIS_SCRIPT == 'vbcms' OR THIS_SCRIPT == 'index'">
<script type="text/javascript">alert("Here");</script>
</vb:if>
<meta http-equiv="Content-Type" content="text/html; charset={vb:stylevar charset}" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="{vb:raw vboptions.bburl}" />
<base href="{vb:raw basepath}" /><!--[if IE]></base><![endif]-->
Unfortunately I can't post a link as I am running locally.