This HTML (notice the space in the href):
<A href="/listingdetails.html?st=Ca&ci=San Jose&listingid=22087634" target=_top>Details</A>
gets interpreted by Read Next Link by Title, with Text: Details
as
http://www.sitename.com/listingdeta...=Ca&ci=San (gets truncated at the space)
Having a space in the URL is not according to standards, the site should have "escaped" the space:
href="/listingdetails.html?st=Ca&ci=San%20Jose&listingid=22087634"
but there are sites that don't