function InsertSampleMovie()
{
  document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
  document.write('<PARAM NAME="src" value="Meliah_Rage_Undefeated_512.mov" />\n');
  document.write('<PARAM NAME="autoplay" VALUE="false">\n');
  document.write('<PARAM NAME="controller" VALUE="true">\n');
  document.write('<PARAM NAME="loop" VALUE="false">\n');
  document.write('<EMBED SRC="Meliah_Rage_Undefeated_512.mov" PLUGINSPAGE="http://www.apple.com/quicktime/" WIDTH=320 HEIGHT=256 CONTROLLER=true LOOP=false AUTOPLAY=false>\n');
  document.write('</EMBED>\n');
  document.write('</OBJECT>\n');
}

// JavaScript Document

