I need to scrape the data from an html page
<div style="margin-top: 0px; padding-right: 5px;" class="lftFlt1">
<a href="" onclick="setList1(157204);return false;" class="contentSubHead" title="USA USA">USA USA</a>
<div style="display: inline; margin-right: 10px;"><a href="" onclick="rate('157204');return false;"><img src="http://icdn.raaga.com/3_s.gif" title="RATING: 3.29" style="position: relative; left: 5px;" height="10" width="60" border="0"></a></div>
</div>
I need to scrape the "USA USA" and 157204 from the onclick="setList1
...