var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if(plugin){
 plugin=(parseInt(plugin.description.substring(plugin.description.indexOf(".")-1))>=6);
}
else if((navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0)&&((navigator.userAgent.indexOf("Windows 95")>=0)||(navigator.userAgent.indexOf("Windows 98")>=0)||(navigator.userAgent.indexOf("Windows NT")>=0))){
 document.write('<'+'script language="VBScript"'+'>\non error resume next\nplugin=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n</'+'script'+'>');
}
if(plugin){
   document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
   document.writeln(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="111" HEIGHT="79"  ALIGN="center">');
   document.writeln('<param name="movie" value="1111.swf">');
   document.writeln('<param name="quality" value="high">');
      document.writeln('<embed src="1111.swf" quality="high" WIDTH="111" HEIGHT="79"  ALIGN="center" ');
   document.writeln(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
   document.writeln('<\/object>');
}
else {
 if (navigator.userAgent.lastIndexOf('Opera') == -1){
   
 }
}

