if (!useRedirect) {  
  if(hasRightVersion) { 
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
	+ 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="977" height="127" '
    
	+ 'id="wellen_05_web" align="middle">'
    + '<param name="allowScriptAccess" value="sameDomain" />'
    + '<param name="movie" value="http://www.heavytones.de/flash/wellen_05_web.swf'+zf_wellen+'" />'
    + '<param name="quality" value="high" />'
    + '<param name="bgcolor" value="#000000" />'
    + '<embed src="http://www.heavytones.de/flash/wellen_05_web.swf'+zf_wellen+'" quality="high" bgcolor="#000000" width="977" height="127" name="wellen_05_web"'
    + ' align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"'
    + ' pluginspage="http://www.macromedia.com/go/getflashplayer" />'
   
    + '<\/embed>'
    + '</object>';

    document.write(oeTags);
  } else { 

    var alternateContent = '<img src="http://www.heavytones.de/bilder/transp.gif" alt="" width="977" height="127" />';

    document.write(alternateContent);
  }
}