In the push to make IE8 more standards compliant they’ve caused problems with VML and jQuery. To fix this requires you call the _init function before you do anything, just to make sure that things really are initialised.
if ($.browser.msie) // excanvas hack window.G_vmlCanvasManager.init_(document);