// 2007-08-15

////////// SETTINGS
var _stat_dir = 'http://www.forumweb.pl/s/';
//////////

var _stat_dom = (document.getElementById ? '1' : '') + (typeof HTMLOptionsCollection != 'undefined' ? ',2' : '') + (typeof DOMStringList != 'undefined' ? ',3' : '');
if (!_stat_dom) _stat_dom = 0;

var _stat_ajax = 0;
try
{
	new ActiveXObject('Microsoft.XMLHTTP');
	_stat_ajax = 1;
}
catch (e)
{
	try
	{
		new XMLHttpRequest();
		_stat_ajax = 1;
	}
	catch (e) {}
}

var _stat_flash = 0;
if (navigator.plugins && navigator.plugins['Shockwave Flash'])
{
	_stat_flash = parseInt(navigator.plugins['Shockwave Flash'].description.substring(navigator.plugins['Shockwave Flash'].description.indexOf('Flash') + 5));
	if (isNaN(_stat_flash)) _stat_flash = 0;
}
else
{
	try
	{
		for (_stat_flash = 3; new ActiveXObject('ShockwaveFlash.ShockwaveFlash.' + _stat_flash); _stat_flash++);
	}
	catch (e) {}
	if (--_stat_flash < 3) _stat_flash = 0;
}

document.write('<img src="' + _stat_dir + 'stat.php?url=' + escape(window.location.href) + '&ref=' + escape(document.referrer) + '&screen=' + screen.width + 'x' + screen.height + '&color=' + screen.colorDepth + (navigator.cookieEnabled ? '&cookie=1' : '') + (navigator.javaEnabled() ? '&java=1' : '') + '&javascript=1' + '&dom=' + _stat_dom + '&ajax=' + _stat_ajax + '&flash=' + _stat_flash + '" alt="" style="width:1px;height:1px" />');
