function InsertSampleMovie()
{
document.write('<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="1024" height="436" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<param name="controller" value="true" />\n');
document.write('<param name="type" value="video/quicktime" />\n');
document.write('<param name="autoplay" value="false" />\n');
document.write('<param name="target" value="myself" />\n');
document.write('<param name="src" value="modusfx_2009.mov" />\n');
document.write('<param name="HREF" value="modusfx_2009.mov" />\n');
document.write('<param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html" />\n');
document.write('<embed width="1024" height="452" controller="false" src="demo_posterframe.jpg" href="modusfx_2009.mov" type="video/quicktime" target="myself" bgcolor="#000000" border="0" pluginspage="http://www.apple.com/quicktime/download/">\n');
document.write('</embed>\n');
document.write('</object>")\n');
}