Take a look at this HTML snippet:
<div id="link-thumbs-list">
<img src="image.php?f=http://www.jetphotos.net/trans.gif&h=72&w=128" />
<img src="image.php?f=http://www.jetphotos.net/logo-nb.jpg&h=72&w=128" />
<img src="image.php?f=http://www.jetphotos.net/trans.gif&h=72&w=128" />
</div>
I'm trying to extract the file URLs (f=) and use them in the src attribute of each image tag. Any suggestions on how to accomplish this? Thank you!