var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0; var winIE = navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && navigator.userAgent.indexOf("Windows")>=0; var ff3 = navigator.userAgent && navigator.userAgent.indexOf("Firefox/3")>=0; if ( plugin ) { if (ff3 && parseInt(plugin.description.match(/\d+\.\d+/)) == 8) { plugin = false; } else { plugin = parseInt(plugin.description.match(/\d+\.\d+/)) >= 6; } } else if(winIE) { document.write(' \n'); document.write('on error resume next \n'); document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n'); document.write(' \n'); } if (plugin) { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } else { document.write('\"\"'); document.write(''); }