[jQuery] IE6 Out of Memory Error on click away

[jQuery] IE6 Out of Memory Error on click away


Hey all,
I'm working on a script and I'm getting a weird error in IE6. The script
runs fine, however, when I click any link to navigate away from the page
that contains the script, I get an alert "Out of memory on line: 1" before
the new page loads.
I'm using Jorn's accordion plugin and the official Form plugin. My own
script is around 4K and it runs fine in FF, no errors, and no alerts in IE6
other than the one I described above. All scripts on the page combined are
around 50K.
What I don't get is how this alert could pop up only when navigating away
from the page. Does that mean it's firing onUnload? Is that used anywhere
in jQuery or the plugins I mentioned?
-- Josh Nathanson