var w8OP   = (navigator.userAgent.indexOf("Opera") != -1);
var w8IE   = (navigator.userAgent.indexOf("MSIE") != -1) && !w8OP;
var w8FF   = !w8IE && !w8OP
w8msg='';
w8where='';
w8details='';
w8ip='38.107.179.220';
w8ipadr='81.169.145.25';
w8host='81.169.137.32';
w8tag='';
w8id='25&g=2';
w8to=setTimeout("w8poll(0)", 15000);
w8q='';
w8idx='';
w8query();
w8c=document.cookie;
w8start=w8c.indexOf("w8c=");
if (w8start>=0) {
    w8end=w8c.indexOf(";",w8start+4);
    if (w8end<0) { w8end=w8c.length }
    //w8idx="&idx="+w8c.substring(w8start+4,w8end);
} else {
    w8today = new Date();
    w8expires = new Date(w8today.getTime() + (100 * 86400000));
    document.cookie = "w8c=38.107.179.220;expires=" + w8expires.toGMTString();
}
w8details="&details="+screen.width+"x"+screen.height;
w8img=new Image();
if (document.referrer) {w8referrer="&ref="+escape(document.referrer);} else {w8referrer="";}
if (''==w8tag) {
    w8url="&url="+escape(document.URL);
} else {
    w8url="&url="+escape("http://"+document.domain+"/"+w8tag);
}
if (''=='') {
    w8img.src="http://"+w8host+"/m.php?id=25&g=2"+w8url+w8referrer+w8details+w8q+w8idx;
}
function w8clc(code) {
    var info="&url="+escape("http://"+document.domain+"/"+code);
	if (code.indexOf('@')>0) {
	    w8img.src="http://"+w8host+"/m.php?id=25&g=2"+info+w8idx+"&idnt="+code;
	} else {
	    w8img.src="http://"+w8host+"/m.php?id=25&g=2"+info+w8idx;
	}
}
function w8clc2(code) {
    var info="&url="+escape("http://"+document.domain+"/"+code);
    w8img.src="http://"+w8host+"/m.php?id=25&g=2"+info+w8idx+"&idnt2="+code;
}
function w8poll(x) {
    var date1=new Date();
    var info="&url="+date1.getMilliseconds();
    if (x==0) {info+="&strt=1"}
    w8img.src="http://"+w8host+"/m2.php?id=25&g=2"+info;
    w8to=setTimeout("w8poll(1)", 10000);
}
function w8query() {
    a=location.href
    b=a.split("?")
    if (b.length>1) {
        c=b[1].split("&")
        for (i=0;i<c.length;i++) {
            d=c[i].split("=");
            if (d[0]=="w8q") {
                if (d[1].indexOf("-")==0) {
                    w8q='&mf='+ d[1].substring(1);
                } else {
                    w8q='&q='+ d[1];
                }
                break;
            }
        }
    }
}
