Any reason why jocomment in combination with mootools and this quicktime script should crash IE v.6?
<script type="text/javascript"><!--
QT_WritePoster_XHTML('Click to Play', 'images/stories/video/poster.jpg',
'images/stories/video/video.mov',
'720', '420', '',
'controller', 'true',
'autoplay', 'true',
'bgcolor', 'black',
'scale', 'aspect');
//-->
</script> <noscript>
<object width="720" height="420" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="images/stories/video/poster.jpg" />
<param name="href" value="images/stories/video/video.mov" />
<param name="target" value="myself" />
<param name="controller" value="false" />
<param name="autoplay" value="false" />
<param name="scale" value="aspect" />
<embed width="720" height="420" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"
src="images/stories/video/poster.jpg""
href="images/stories/video/video.mov"
target="myself"
controller="false"
autoplay="false"
scale="aspect">
</embed>
</object>
</noscript>