var _cUsr_Nm = "useful";
function sendClick(cTitle, cHref)
    {
    var oImg = new Image();
    oImg.src = "http://www.Website-Tracking.com/Logme/FoxLog.dll/logme.logme.Logme?" + 
    _cUsr_Nm  + "," + escape(cTitle) + " ," + escape(document.referrer) + " ," + 
    window.navigator.appVersion + " ," + window.screen.width;
    window.setTimeout('document.location="' + cHref + '"',1500);
    }

if (typeof(cPageName)=="undefined")
    {
    var nPlace=0,
    _Str = String(document.location),
    _Place = _Str.lastIndexOf("/") + 1,
    cPageName = unescape(_Str.substr(_Place ));
    nPlace = cPageName.indexOf("logme.logme");
    if (nPlace > -1)
        {
        cPageName = cPageName.substr(nPlace + 12);
        }
    }

if (typeof(cReferrer)=="undefined")
    {
    cReferrer = document.referrer;
    }

if (cPageName == "")
    {
    cPageName = "/";
    }

var aCookie, cKey = "", cValue = "", cCookie = document.cookie, _Img = new Image();
if (cCookie.lastIndexOf("cLogmeID") == -1)
	{
	cValue = String(Math.random());
	cValue = cValue.substr(cValue.length - 15);
	cValue = cValue.replace(" ","0");
	document.cookie = "cLogmeID=_" + cValue;
	}

cCookie = document.cookie;
aCookie = cCookie.split("; ");
cValue = "";

for (i=0;i<aCookie.length;i++)
	{
	cKey = aCookie[i].substr(0, aCookie[i].indexOf("="));
	if (cKey == "cLogmeID")
		{
		cValue = aCookie[i].substr(aCookie[i].indexOf("=") + 1);
		i = aCookie.length;
		}
	}

//cValue = cValue.substr(cValue.length - 15);

_Img.src="http://www.Website-Tracking.com/Logme/FoxLog.dll/logme.logme.Logme?" + 
    _cUsr_Nm + "," + escape(cPageName) + " ," + escape(cReferrer) + " ," + 
    window.navigator.appVersion + " ," + window.screen.width + " ," + cValue; 
