In your case then:
## FIND ##
HTML Code:
</table>
<br />
$footer
##########
## REPLACE WITH ##
HTML Code:
<tr>
<td class="tcat" width="50%"> </td>
<td class="tcat" width="50%">$vbphrase[timezone_image]</td>
</tr>
<tr valign="top">
<td class="panelsurround" align="center">
</td>
<td class="panelsurround" align="center">
<div class="panel">
<div align="$stylevar[center]">
<img src="gmtimage.php?gmt=$userinfo[timezoneoffset]&localtime=$userinfo[localtime]&localdate=$userinfo[localdate]#gif.gif" alt="$vbphrase[timezone_image]"/>
</div>
</div>
</td>
</tr>
</table>
<br />
$footer
###################
Should do the trick
Thanks,
Mat