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=6,0,0,0" '
    + 'width="744" height="76" '
	+ 'id="logo_animation04" align="middle">'
    + '<param name="allowScriptAccess" value="sameDomain" />'
    + '<param name="movie" value="http://www.heavytones.de/flash/logo_animation04.swf'+zf_logo+'" />'
    + '<param name="menu" value="false" />'
    + '<param name="quality" value="autohigh" />'
    + '<param name="bgcolor" value="#000000" />'
    + '<embed src="http://www.heavytones.de/flash/logo_animation04.swf'+zf_logo+'" menu="false" quality="autohigh" bgcolor="#000000" width="744" height="76"'
    + ' name="logo_animation04" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"'
    + ' pluginspage="http://www.macromedia.com/go/getflashplayer" />'
   
    + '<\/embed>'
    + '</object>';

    document.write(oeTags); 
  } else { 
    var alternateContent = '<table width="744" border="0" cellpadding="0" cellspacing="0">'
			   + '<colgroup>'
       				+ '<col width="226" />'
        			+ '<col width="246" />'
       				+ '<col width="272" />'
     			+ '</colgroup>'
 			 + '<tr> '
  			 + '<td colspan="2"><img src="http://www.heavytones.de/bilder/transp.gif" alt="" width="226" height="45" border="0" /></td>'
  			 + '<td colspan="2"><img src="http://www.heavytones.de/bilder/transp.gif" alt="" width="518" height="45" border="0" /></td>'
 			 + '</tr>'
			+ '<tr> '
   			+ '<td colspan="2"><img src="http://www.heavytones.de/bilder/logo_kl.gif" width="226" height="31" border="0" alt="heavytones" /></td>'
   			+ '<td><img src="http://www.heavytones.de/bilder/transp.gif" width="246" height="31" border="0" alt="" /></td>'
  			+ '<td><img src="http://www.heavytones.de/bilder/bandtvtotal2.gif" width="272" height="31" border="0" alt="Die Band von TV Total" /></td>'
  			+ '</tr>'
			+ '</table>';

    document.write(alternateContent);
  }
}
