<!--    

 var alternateContent = '';

  if(hasRightVersion) {  
    alternateContent = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'WIDTH="780" HEIGHT="220"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="http://www.mvmarketing.de/flash/swf/mvmarketing_head.swf?separator=+++">'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="true">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<EMBED SRC="http://www.mvmarketing.de/flash/swf/mvmarketing_head.swf?separator=+++"'
    + 'WIDTH="780" HEIGHT="220"'
    + 'PLAY="true"'
    + 'LOOP="true"'
    + 'QUALITY="high"'
    + 'MENU="false"'
    + 'TYPE="application/x-shockwave-flash"'
    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    + '</EMBED>'
    + '</OBJECT>';
  } else {  
    alternateContent = '<img src="http://www.mvmarketing.de/flash/img/mvmarketing_head_noflash.gif" border="0" alt="mvmarketing" title="mvmarketing" />';
  }
  document.write(alternateContent);

//-->  