// JavaScript Document
function InsertSampleMovie() {
  document.write('<object  classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256"\n');
  document.write('CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
  document.write('<param name="src" value="Velocity_Year_1.mov" />\n');
  document.write('<embed src="Velocity_Year_1.mov" width="320" height="256" >\n</embed>\n');
  document.write('</object>\n');
}
