You can add this in your postbit or postbit_legacy..
This is the easy way
Code:
<if condition="$post[postcount] == 1">
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">-- Sponsored Links --</td>
</tr>
<tr>
<td class="alt1" align="center"> Here you ads code </td>
</tr>
</table>
</if>