I am having trouble scrapping URLs from the results of a doctor directory search. The specific URL is http://www.whhs.com/physicians?action=search&by_Fname=&by_Lname=&by_specialty=9&by_zip=&by_tag=&x=112&y=13. This URL brings up a listing of doctors at the bottom of the page in a table. I can't scrape the URL for the doctors. For example for STACEY F BARRIE , M.D. I want to get to the URL http://www.whhs.com/physicians?id=23, at least the id=23 at a minimum. Help would be much appreciated.