My program grabs the html source, and I'm not sure how to seperate it enough just to get a certain part.. here is a section of the HTML..

HTML Code:
<tr>
<td align=right>
<font face=arial size="-1">AS&nbsp;DA:</font></td>
<td><font face=arial size="-1"><b>John</b></font>
</td>
</tr>
In the source of the entire page, there are many things like
HTML Code:
<font face=arial size="-1">
I want to know how to find the John part somehow using the
HTML Code:
AS&nbsp;DA
part to get it. Thanks for any help.