Or, if that doesn't work you could try this:
Code:
<if condition="$post['membergroupids'] == 12">
<a href="http://www.shottalk.com/forum/payments.php"><img border="0" src="http://www.shottalk.com/forum/images/badges/member02.gif" width="150" height="35"></if>
<if condition="$post['membergroupids'] == 13">
<a href="http://www.shottalk.com/forum/payments.php"><img border="0" src="http://www.shottalk.com/forum/images/badges/sponsor.png" width="150" height="35"></if>
This way, the members of usergroup 12 will get the member02.gif badge, members of usergroup 13 will get the sponsor.pnd badge, and no badge will show for all other usergroups.