eFlashVersion = 0;
ePlugins = navigator.plugins;
if (ePlugins.length) {
   eFlash = ePlugins["Shockwave Flash"];
   if (eFlash) {
      eFlashVersion = '%3F';
      eVersion = eFlash.description;
      if (eVersion) eFlashVersion = eVersion.charAt (eVersion.indexOf ('.') - 1);
      }
   }
else document.write ('<scr' + 'ipt language="VBScript">\n	on error resume next\n	For i = 2 to 15\n	If Not(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & i))) Then\n	Else\n	eFlashVersion = i\n	End If\n	Next\n</scr' + 'ipt>');
//document.write ('<a href="http://estats.emdek.cba.pl"><img src="' + ePath + 'antipixel.php?count=' + (eCount?1:0) + '&javascript=1&cookies=' + (navigator.cookieEnabled?1:0) + '&flash=' + eFlashVersion + '&java=' + (navigator.javaEnabled ()?1:0) + '&width=' + screen.width + '&height=' + screen.height + '&address=' + escape (eAddress?eAddress:window.location.href) + '&title=' + escape (eTitle?eTitle:document.title) + (eAntipixel?'&antipixel=' + escape (eAntipixel):'') + '&' + (new Date ().getTime ()) + '" alt="eStats" title="eStats" /></a>');