My IE (IE 8.0 @ Windows Server 2003) is not killed when I enter the page.
However the Javascript seems to keep on running forever, because IE offers me to "Stop running script ... causing Internet Explorer to run slowly ... ". There's a Javascript error indication too. It says:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET4.0C; .NET4.0E)
Timestamp: Fri, 13 May 2011 20:08:46 UTC
Message: Permission denied
Line: 133
Char: 374
Code: 0
URI: http://bizzocall.com/faq/wp-includes/js/jquery/jquery.js?ver=1.4.4
You said you've updated JQuery, but 1.4.4 doesn't seem to be the latest version, does it?
UPDATE:
I ran the Developer Tools (F12) to get the call stack and one of the entries in the stack (just in the middle) is:
//jquery.fancybox-1.3.4.js lines 1040-1045 in the $.fancybox.init
$('body').append(
tmp = $('<div id="fancybox-tmp"></div>'),
loading = $('<div id="fancybox-loading"><div></div></div>'),
overlay = $('<div id="fancybox-overlay"></div>'),
wrap = $('<div id="fancybox-wrap"></div>')
);
UPDATE2:
I give up. My Javascript/JQuery knowledge is too limited. And the minified JQuery code doesn't seem to help either. Debugging through things like this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)})
doesn't seem to be the easiest thing in the world.
I suggest running the same code with a single JQuery instance (one version, it may be 1.4.4 if that's your pick) in development (unminified) version. Problems may arise if the bug doesn't happen then.