function InsertCarrollMovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" height="360" width="640">\n');
document.write('<param name="src" value="carroll.mov" height="360" width="640" autoplay="true" controller="true" >\n’);
document.write('<param name="autoplay" value="true">\n’);
document.write('<param name="type" value="video/quicktime" height="360" width="640">\n');
document.write('<embed src="carroll.mov" height="360" width="640" autoplay="true" controller="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">\n');
document.write('</object>\n');
}