function InsertSampleMovie()
{
  document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" height="260" width="320">\n');
  document.write('<param name="src" value="/video/promo08.mov">\n');
  document.write('<param name="autoplay" value="true">\n');
  document.write('<param name="cache" value="FALSE">\n');
  document.write('<param name="controller" value="TRUE">\n');
  document.write('<param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html">\n');
  document.write(' <param name="target" value="myself">\n');
  document.write('<param name="type" value="video/quicktime">\n');
  document.write('<embed src="/video/promo08.mov" autoplay="TRUE" border="0" cache="FALSE" controller="true" pluginspage="http://www.apple.com/quicktime/download/index.html" target="myself" height="260" width="320"></embed>\n');
  document.write('</object>\n');
}

