If you are running vB2, then there is a hack by me (assassingod) which does this
and for vB3, open forumdisplaybit template and at very top add
PHP Code:
<if condition="!$addedRow and $stickyids and $thread['sticky'] == 0 and $addedRow = true">
<tr valign="top">
<td class="thead" colspan="10"><img src="$stylevar[imagesfolder]/clear.gif" alt="" width="1" height="1" /></td>
</tr>
</if>