function InsertSampleMovie()
{
document.write('<OBJECT \n');
document.write('CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  \n');
document.write('CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"  HEIGHT="256" WIDTH="320">\n');
document.write('<PARAM NAME="src" VALUE="images/infomercial.mp4">\n');
document.write('<PARAM NAME="Showcontrols" VALUE="True">\n');
document.write('<PARAM NAME="autoStart" VALUE="True">\n');
document.write('<EMBED SRC="images/infomercial.mp4" showlogo="false" cache="true"  HEIGHT="256" WIDTH="320" AUTOPLAY="true" CONTROLLER="true"  PLUGINSPAGE="http://www.apple.com/quicktime/download/"> </EMBED>\n');
document.write('</OBJECT>\n');
}
