wrapInner on body element conflicts with google analytics script

wrapInner on body element conflicts with google analytics script


Hi,
Not sure if this is a bug so I posted here, but when you have the
google analytics tracking script on your page, running the following
line results in a white screen and the page never loading.
$("body").wrapInner('<div id="wrap_body"></div>');
The same happens if you do:
$("body").children().wrapAll('<div id="wrap_body"></div>');
I get this bug on Firefox 3 using Windows XP