// Configuration
var e_path='/estats/';
var e_count=0;

// Flash plugin detection - http://www.quirksmode.org/js/flash.html
var e_flash = 0;
var e_flashv = '%3F';
if (navigator.plugins && navigator.plugins.length) {
   x = navigator.plugins["Shockwave Flash"];
   if (x) {
      e_flash = 1;
      if (x.description) {
         y = x.description;
         e_flashv = y.charAt (y.indexOf ('.') - 1);
         }
      }
   }
else document.write ('<scr' + 'ipt language="VBScript">\n	on error resume next\n	For i = 2 to 10\n	If Not(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & i))) Then\n	Else\n	e_flash = 1\n	e_flashv = i\n	End If\n	Next\n</scr' + 'ipt>');
document.write ('<img width="1px" height="1px" src="' + e_path + 'stats.php?javascript=1&cookies=' + (navigator.cookieEnabled ? 1 : 0) + '&flash=' + (e_flash ? e_flashv : 0) + '&java=' + (navigator.javaEnabled () ? 1 : 0) + '&screen=' + escape (screen.width + ' x ' + screen.height) + '&adress=' + escape (window.location.href) + (document.title ? '&title=' + escape (document.title) : '') + '&estats=' + (new Date ().getTime ()) + (e_count?'&count=1':'') + '" alt="eStats">');

