function InsertSampleMovie()
{
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="368" HEIGHT="262" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<PARAM name="SRC" VALUE="sample-tornado-h264-mp4a-vb128-ab64.mp4">\n');
document.write('<PARAM name="AUTOPLAY" VALUE="false">\n');
document.write('<PARAM name="CONTROLLER" VALUE="true">\n');
document.write('<EMBED SRC="sample-tornado-h264-mp4a-vb128-ab64.mp4" CONTROLLER=true PLUGINSPAGE="http://quicktime.apple.com" WIDTH=368 HEIGHT=262 LOOP=false AUTOPLAY=false playeveryframe="false">\n');
document.write('</EMBED>\n');
document.write('</OBJECT>\n');
}