function InsertMovie()
{
  
  /*
  document.write('<object classid="clsid: 02BF25D5..." ...>\n');
  document.write('<param name="src" value="sample.mov" />\n');
  document.write('</object>\n');
  */
  
  document.write("<div style='margin-top:15px;margin-bottom:15px;'>\n");
  document.write("<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width='320' height='256' codebase='http://www.apple.com/qtactivex/qtplugin.cab' viewastext>\n");
  document.write("<param name='src' value='files/miller_nash_reduced4pf.mov'>\n");
  document.write("<param name='href' value='miller_nash_reduced4.mov'>\n");
  document.write("<param name='autoplay' value='false'>\n");
  document.write("<param name='target' value='myself'>\n");
  document.write("<param name='controller' value='false'>\n");
  document.write("<param name='scale' value='tofit'>\n");
  document.write("<embed src='files/miller_nash_reduced4pf.mov' href='miller_nash_reduced4.mov' target='myself' width='320' height='256' autoplay='false' controller='false' scale='tofit' pluginspage='http://www.apple.com/quicktime/download/' qtsrcdontusebrowser></embed>\n");
  document.write("</object>\n");
  document.write("</div>\n");
  
}