Using these plugins can prevent pages from loading in IE8 where the javascript tries to execute before the DOM has been constructed (in fact, it is trying to alter a parent node which hasn't yet been closed) but adding a defer="defer" or using Joomla! $document->addscript() will fix this. Thought you might like to know. Rick.