function InsertSampleMovie()
{
  document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="196" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
  document.write('<PARAM name="SRC" VALUE="http://www.sidelongfilms.com/aridlands/trailer/AridLands.mov">\n');
  document.write('<PARAM name="HREF" VALUE="AridLands.mov">\n');
  document.write('<PARAM name="AUTOPLAY" VALUE="true">\n');
  document.write('<PARAM name="KIOSKMODE" VALUE="true">\n');
  document.write('<PARAM name="CONTROLLER" VALUE="true">\n');
  document.write('<PARAM name="TARGET" VALUE="myself">\n');
  document.write('<EMBED SRC="http://www.sidelongfilms.com/aridlands/trailer/AridLands.mov" HREF="http://www.sidelongfilms.com/aridlands/trailer/AridLands.mov" WIDTH="320" HEIGHT="196" AUTOPLAY="true" CONTROLLER="true" KIOSKMODE="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/" TARGET="myself"\n');
  document.write('</EMBED>\n');
  document.write('</object>\n');
}

