Here's the html i want to understand
i want the first div class to let the program no im dealing with only hel(helium)
and then still in the hel(helium) section , is span class i want the production value
so basicly i want only one at a time not the entire production value of each section
<div class="fb-resource-item resource-item-hel">
<div class="fb-resource-image"><img alt="Helium" src='/images/resources/helium_icon.gif' /> <img alt="Helium" class="gauge" src='/images/resources/helium5_icon.gif' /></div>
<div class="fb-resource-text">
<span class="resource"><b><span class="count">15253624</span></b><br /> (<span class='production'>886039</span>/hr)</span>
</div>
</div>
<div class="fb-resource-item resource-item-iro">
<div class="fb-resource-image"><img alt="Iron" src='/images/resources/iron_icon.gif' /> <img alt="Iron" class="gauge" src='/images/resources/iron4_icon.gif' /></div>
<div class="fb-resource-text">
<span class="resource"><b><span class="count">10502232</span></b><br /> (<span class='production'>539000</span>/hr)</span>
</div>
</div>
<div class="fb-resource-item resource-item-oxy">
<div class="fb-resource-image"><img alt="Oxygen" src='/images/resources/oxygen_icon.gif' /> <img alt="Oxygen" class="gauge" src='/images/resources/oxygen3_icon.gif' /></div>
<div class="fb-resource-text">
<span class="resource"><b><span class="count">9451417</span></b><br /> (<span class='production'>548000</span>/hr)</span>
</div>
</div>
<div class="fb-resource-item resource-item-wat">
<div class="fb-resource-image"><img alt="Water" src='/images/resources/water_icon.gif' /> <img alt="Water" class="gauge" src='/images/resources/water3_icon.gif' /></div>
<div class="fb-resource-text">
<span class="resource"><b><span class="count">9328314</span></b><br /> (<span class='production'>539000</span>/hr)</span>
</div>
</div>