function InsertMovie()
{
  document.write('<object data="videos/bleachref.mov" codetype="video/quicktime" width="320" height="256">\n');
  document.write('<param name="src" value="videos/bleachref.mov" />\n');
  document.write('Quicktime required to watch movie.\n');
  document.write('</object>\n');
}
