function InsertSampleMovie()
{
  document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="768" height="446" id="VIDEO">\n');
  document.write('<param name="src" value="http://www.dough-cgi.de/download/doughcgi-demoreel.mov" />\n');
  document.write('<embed type="video/quicktime" width="768" height="446" src="../../../download/doughcgi-demoreel.mov" id="VIDEO" name="VIDEO" SHOWLOGO="true" enablejavascript="true"> </embed>\n');
  document.write('</object>\n');
}
