var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0);

if (plugin && parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 4) {
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="450" height="20" id="topics">');
  document.write('<param name="movie" value="http://topics.oomland.com/system/topics.swf?id=oomland">');
  document.write('<param name="menu" value="false">');
  document.write('<param name="quality" value="high">');
  document.write('<param name="bgcolor" value="#ffffff">');
  document.write('<embed src="http://topics.oomland.com/system/topics.swf?id=oomland" menu="false" quality="high" bgcolor="#ffffff" width="450" height="20" name="topics" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
  document.write('</object>');
}else{
  document.write('<scr'+'ipt language="VBScript">\n');
  document.write('Private i\n');
  document.write('On Error Resume Next\n');
  document.write('For i = 6 To 5 Step -1\n');
  document.write('plugin=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & i)))\n');
  document.write('If plugin Then\n');
  document.write('Exit For\n');
  document.write('End If\n');
  document.write('Next\n');
  document.write('</scr'+'ipt>\n');
  if(plugin){
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="450" height="20" id="topics">');
    document.write('<param name="movie" value="http://topics.oomland.com/system/topics.swf?id=oomland">');
    document.write('<param name="menu" value="false">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="bgcolor" value="#ffffff">');
    document.write('<embed src="http://topics.oomland.com/system/topics.swf?id=oomland" menu="false" quality="high" bgcolor="#ffffff" width="450" height="20" name="topics" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
    document.write('</object>');
  }else{
    document.write('<a href="http://www.macromedia.com/go/getflashplayer" target="_blank"><img src="http://topics.oomland.com/system/noflash.gif" width="450" height="20" border="0" alt="Line Topics"></a>');
  }
}