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

