The problem isn't related to the site's HTML, or any preference settings: the problem seems to be caused by our HTML parser trying to read data before it arrives, and thinking that it has hit the end of data rather than waiting. My guess is that this bug was introduced as we were adding support for parsing XML, and I'm examining that code in detail now. Ken