It would have to be in a separate 'box' but this should work: (you could replace 'Birthdays' with 'Happy Birthday To:' or whatever you want

)
PHP Code:
<!-- birthdays -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>
Birthdays
</span>
</h2>
<div class="floatcontainer">
<div id="wgo_events" class="wgo_subblock">
<ol class="commalist">
{vb:raw birthdays}
</ol>
</div>
</dl>
</div>
</div>
<!-- birthdays -->