// JavaScript Documentfunction InsertSampleMovie(){document.write(’<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="160"HEIGHT="144" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"/>\n’);document.write(’<PARAM name="AUTOPLAY" VALUE="true"/>\n’);document.write(’<PARAM name="SRC" VALUE="sample.mov"/>\n’);document.write(’<PARAM name="CONTROLLER" VALUE="false"/>\n’);document.write(’<EMBED SRC="sample.mov" WIDTH="160" HEIGHT="144" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/"/>\n’);document.write(’</EMBED>\n’);document.write(’</object>\n’);}