[jQuery] jquery docs is crashing firefox

[jQuery] jquery docs is crashing firefox


Anyone else experiencing this problem?
I'm using fedora core 6 latest firefox 2.0.0.2.
To reproduce go to:
http://docs.jquery.com/Attributes/addClass#class
My status bar says "waiting for www.google-analytics.com" and then
firefox freezes and I have to do a killall firefox-bin.
The jquery docs page is the only page where I have seen a problem.
"www.google-analytics.com" is not even a valid site (shows a fedora
core 6 test page)
I tried blocking it in my hosts file:
127.0.0.1 google-analytics.com
127.0.0.1 www.google-analytics.com
and using adblock and it still does it.
I'm thinking that the JS code on the docs page must lock up if it
doesn't get a response back from www.google-analytics.com for some
reason. What is and why does jquery docs use google-analytics?
Is there any way I can download the most recent documentation. All the
other documentation is older and I hate reading out of date docs.