screenCol=0;
screenSize=0;
plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if (plugin) {
	t_w = navigator.plugins["Shockwave Flash"].description.split(" ");
	for( i = 0; i < t_w.length; ++i ) {
		if (!isNaN(parseInt(t_w[i]))) {
			flash = t_w[i];
			break;
		}
	}
} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE") >= 0 && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<script language=VBScript>On Error Resume Next\nFor flash=10 To 1 Step -1\nt_v=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash."&flash))\nIf t_v Then Exit For\nNext\n<\/script>');
}
if (typeof(top.document) == "object") {
	docRef = escape(top.document.referrer);
	t_pd=escape(top.document.URL);
} else {
	x=window;
	for ( var i = 0; i < 20 && typeof(x.document) == "object"; i++) {
		docRef = escape(x.document.referrer);
		x = x.parent;
	}
	t_pd=0;
}
document.write('<script language="JavaScript1.2">screenCol=screen.colorDepth;screenSize=screen.width+\'x\'+screen.height;<\/script>');
if (typeof(flash) == 'undefined') {
	flash=0;
}
//document.write(icdUrl+'inc/trafic/trafic.php?res='+screenSize+'&col='+screenCol+'&ref='+docRef+'&js=1&java='+(navigator.javaEnabled() ? 1 : 0)+'&url='+escape(document.URL)+'&flash='+flash);

document.write('<img src="');
document.write(icdUrl+'inc/trafic/trafic.php?res='+screenSize+'&col='+screenCol+'&ref='+docRef+'&js=1&java='+(navigator.javaEnabled() ? 1 : 0)+'&url='+escape(document.URL)+'&flash='+flash);
//document.write('" border="0" style="border: dashed 1px red;" width="16" height="16" alt="ICD Trafic log" />');
document.write('" border="0" width="1" height="1" alt="ICD Trafic log" />');

