Oh..lol, I see now, it's actually *this* site. But if you want to put it there, the reason you can't find it in SHOWTHREAD is because that's part of the postbit template (or maybe postbit_legacy if you're using that). So look at postbit, and if you want it to only be in the fist post you can use a condition like:
Code:
<vb:if condition="$post['isfirstshown']">your html</vb:if>