wget problem



Hello,

I'm experiencing a very annoying behavior on part of wget and I was
wondering if any of you have any idea of what I'm doing wrong.

I'm trying to fetch only htm/html files from a server recursively.
When I use the following command line:
wget -r -l4 -A htm,html http://www.intel.com
I get only 3 files, yet when I remove the accepted extensions list I
download a lot more HTMLs from the site.

Any ideas? From looking at the site itself it's not clear to me why
wget doesn't follow the links from the intel homepage when running with
-A ....

Thanks,
Eyal.

.