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

