// JavaScript Document

function InsertSampleMovie()
{
  document.write('<OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="340" height="260" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
  document.write('<param name="src" value="vid_Jeri_runtime1436.mov">\n');
  document.write('</object>\n');
}