How to add a link to the Thread Starter of Similar Threads?

I want to add a link to the Thread Starter of Similar Threads, ie:

<a target=”_blank” href=”http://forums.glassesadvisor.com/showthread.php?t=7224″>http://forums.glassesadvisor.com/showthread.php?t=7224</a>

The first Thread Starter of Similar Threads is Meadow. How to add a link to Meadow, if we click the link, I will be guided to Meadow’s profile page:
<a target=”_blank” href=”http://forums.glassesadvisor.com/member.php?u=2568″>http://forums.glassesadvisor.com/member.php?u=2568</a>

thanks.

A:template – showthread_similarthreadbit
<code>
<td nowrap=”nowrap” class=”alt2″></td>
<td nowrap=”nowrap” class=”alt2″></td>
<span class=”smallfont”><a href=”member.php?$session[sessionurl]u=$simthread[postuserid]”>$simthread[postusername]</a></span> </code>