function InsertSampleMovie4()
{
  document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="523" HEIGHT="424" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
  document.write('<PARAM name="SRC" VALUE="movs/OneStepBeyondSlowMotion.mov">\n');
  document.write('<PARAM name="AUTOPLAY" VALUE="false">\n');
  document.write('<PARAM name="CONTROLLER" VALUE="true">\n');
  document.write('<embed src="movs/OneStepBeyondSlowMotion.mov" width="523" height="392" AUTOPLAY="false" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">\n');
 document.write('</EMBED>\n');
  document.write('</object>\n');
}

