you want to display this only after first post right ? Just apply below template conditional
PHP Code:
<vb:if condition="$post[postcount] == 1 OR $post[postcount] % 11 == 0">
<div class="postbit">
<h3 style="color: rgb(189, 189, 189); font-weight: bold;" class="posthead"> Sponsored Links</h3>
<div align="center" style="padding:3px;" class="postbody">
YOUR 728x90 AD HERE
<p style="float:left;">
YOUR TEXT AD HERE [160x90]
</p>
</div>
</div>
</vb:if>
Regards,