I'm not a coder but perhaps something like this:
HTML Code:
<if condition="$threadinfo['threadid'] == '1010'">
<table height="60" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="230">HI!</td>
</tr>
</table>
<else />
<if condition="$threadinfo['threadid'] == '2020'">
<table height="60" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="230">HEllo!</td>
</tr>
</table>
<else />
<table height="60" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="230">Yes we can!</td>
</tr>
</table>
</if>