Is there a possibility to read span?
[HTML]<div class="hdr_section">PLAYER SUMMARY</div>
<span class="item_color_title">Player Name:</span>
<b>|T2| Hawk</b>
<br>
<span class="item_color_title">First Seen:</span>
<b>Mar 28,2010</b>
<br>
<span class="item_color_title">Last Seen:</span>
<b>Yesterday 8:50am</b>
<br>
<div class="item_float_left">
<div class="item_h20">
<div class="hdr_section">ALL-TIME STATS</div>
<span class="item_color_title">Player Score: </span>
"4120"
<br>
</div>
<div class="item_float_clear">
</div>[/HTML]
Can I read 4120 (Player Score

for instance?
If so, how to :/?