function j100countcalc(id) {
   var ifcook = document.cookie?"1":"0";
   if (ifcook == 0)
	{
	   document.write('<a target="_top" href="http://www.j100.ru/info/res/whoisre.php?sid=' + id + '"><img src="http://www.j100.ru/count/j100.php?id=' + id + '' + '" border="0" height="33" width="88" alt="Ñ÷åò÷èê j100.ru"/><\/a>');
	}else
	{
		var et = new Date();
		var nt = new Date();
		var lv = j100getCookie("J100T");
		var uid = j100getCookie("J100U");
		var a = '&rf=' + escape(document.referrer) + '&sc=' + screen.width + '*' + screen.height;
		et.setTime(et.getTime()+7776000000);
		nt.setTime(nt.getTime()+84600000);
		if (!uid)
		{
			uid=Math.round(Math.random()*2147483647);
		}
		document.cookie = "J100U" + "=" + uid + "; expires=" + et.toGMTString() + "; path=/;";
		if (lv > (nt.getTime()-169200000))
		{
		}else
		{
			document.cookie = "J100T" + "=" + (nt.getTime()) + "; expires=" + nt.toGMTString() + "; path=/;";
		}
		document.write('<a target="_top" href="http://www.j100.ru/info/res/whoisre.php?sid=' + id + '"><img src="http://www.j100.ru/count/j100.php?id=' + id + a + '&lv=' + lv + '&uid=' + uid + '" border="0" height="33" width="88" alt="Ñ÷åò÷èê j100.ru"/><\/a>');
    }
}
function j100getCookie(name) {
        var prefix = name + "=";
        var cookieStartIndex = document.cookie.indexOf(prefix);
        if (cookieStartIndex == -1)
                return null;
        var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length);
        if (cookieEndIndex == -1)
                cookieEndIndex = document.cookie.length;
        return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
if (j100id>0) j100countcalc(j100id);
j100countload = 1;