// Configuration
var eCount = 0;
var ePath = '/estats/';
var eTitle = '';
var eAddress = '';
var eAntipixel = '';

// Core ;-)
var eFlashVersion = 0;
var ePlugins = navigator.plugins;
if(ePlugins.length)
{
	var eFlash = ePlugins["Shockwave Flash"];
	if (eFlash)
	{
		var eFlashVersion = '%3F';
		var eVersion = eFlash.description;
		if (eVersion)
		{
			var 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" rel="nofollow"><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):'') + '&' + Date.now() + '" alt="eStats"></a>');
