// JavaScript Document
function InsertClipReel()
{
  document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="400" HEIGHT="255" BGCOLOR="#000000" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
  document.write('<PARAM name="SRC" VALUE="http://www.improv2.com/pending/improv_clip_reel_preview.mov">');
  document.write('<PARAM name="HREF" VALUE="http://www.improv2.com/pending/improv_clip_reel.mov">');
  document.write('<PARAM name="TARGET" VALUE="myself">');
  document.write('<PARAM name="AUTOPLAY" VALUE="false">');
  document.write('<PARAM name="CONTROLLER" VALUE="true">');
  document.write('<PARAM name="TYPE" VALUE="video/quicktime">');
  document.write('<EMBED SRC="http://www.improv2.com/pending/improv_clip_reel_preview.mov" HREF="http://www.improv2.com/pending/improv_clip_reel.mov" TARGET="myself" WIDTH="400" HEIGHT="255" BGCOLOR="#000000" TYPE="video/quicktime" CONTROLLER="true" AUTOPLAY="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/">');
  document.write('</EMBED>');
  document.write('</OBJECT>');

}