You have to add the adsense div container right above {$post['message']} and also add some inline style into that adsense div.
eg:
eg:
..........<snip>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
<if $postcounter == 1 then>
<div style="display: inline-block;float: right;padding-left: 10px;">
<!--...YOUR ADSENSE SCRIPT...-->
</div>
</if>
{$post['message']}
</div>
<br class="clear" />
<snip>...........