

function InsertSampleMovie()
{
  document.write('<object classid=clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  WIDTH="400" HEIGHT="240" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"\n');
  document.write('<param name="src" VALUE="i/trailer.mov" />\n');
  document.write('<param name="controller" VALUE="true" />\n');
  document.write('<param name="target" VALUE="myself" />\n');
  document.write('<param name="href" VALUE="i/trailer.mov" />\n');
  document.write('<param name="pluginspage" VALUE="http://www.apple.com/quicktime/download/" />\n');
  document.write('<EMBED WIDTH="400" HEIGHT="240" CONTROLLER="true" TARGET="myself" HREF="i/trailer.mov" SRC="i/trailer.mov" BGCOLOR="111311" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></EMBED>\n');
  document.write('</object>\n');
}




