Hello

I am trying to grab a small piece of information from imdb.

Using Toy Story 3 at this link: http://www.imdb.com/title/tt0435761/

It currently has a rating of 9.4. Now what I am trying to do is grab that 9.4/10. It is within the following html code.

Code:
<div class="starbar-meta">

        <b>9.4/10</b> 
           
           
           &nbsp;&nbsp;<a href="ratings" class="tn15more">1,047 votes</a>&nbsp;&raquo;
        
        
      </div>
Can someone forward me in the correct direction on what I need to do this?