When I call the following from an already-rendered page, the document.body appears to be removed from the DOM:
google.load('visualization', '1', {packages:['table']});
The problem can be viewed in a fiddle:
http://jsfiddle.net/4FcUg/
Note that I initially thought it might be related to Mootools, but in the fiddler, I can pick any framework and see the same behavior, leading me to suspect a bug in Google' s jsapi.
Am I missing something simple?