var G="0";
var T=Math.random();
var Ref=document.referrer;
if (typeof(parent.document)!="unknown")
{
var F=parent.document.URL;
if (document.referrer==F) Ref=parent.document.referrer;
}
var S="usr="+A+"Pauto&js=1";
if (P=="DetectName") {P=document.title;}
if (U=="DetectUrl") {U=window.document.URL;}
S+="&title="+escape(P);
S+="&url="+escape(U);
S+="&refer="+escape(Ref);
if (typeof Sale != "undefined") S+="&adsale="+Sale;
S+="&zone="+G;
if(typeof(screen)=="object")
{
S+="&resolution="+screen.width+"x"+screen.height;
S+="&color="+screen.colorDepth;
}
S+="&Tips="+T;
document.write("");
document.write(" ");
function stloga()
{
window.focus();
if (window.status)
{
bug = new Image();
bug.src = 'http://www.3dstats.com/cgi-bin/click.cgi?usr=' + A + '&exit=Adsense->' + escape(window.status);
}
else{
var click='Ad Clicked';
bug = new Image();
bug.src = 'http://www.3dstats.com/cgi-bin/click.cgi?usr=' + A + '&exit=Adsense->' + escape(click);
}
}
function stlogd()
{
window.focus();
if (window.status)
{
bug = new Image();
bug.src = 'http://www.3dstats.com/cgi-bin/click.cgi?usr=' + A + '&exit=Yahoo->' + escape(window.status);
}
else{
var click='Ad Clicked';
bug = new Image();
bug.src = 'http://www.3dstats.com/cgi-bin/click.cgi?usr=' + A + '&exit=Yahoo->' + escape(click);
}
}
function stlogb()
{
if (this.src)
{
bug = new Image();
bug.src = 'http://www.3dstats.com/cgi-bin/click.cgi?usr=' + A + '&exit=IFrames->' + escape(this.src);
}
}
function stlogc()
{
var temp=window.location.href.split("/");
var domain=temp[2];
var click=this.href;
if (click.indexOf(domain) == -1)
{
bug = new Image();
bug.src = 'http://www.3dstats.com/cgi-bin/click.cgi?usr='+ A + '&exit='+escape(click);
}
}
var elements;
if(document.getElementsByTagName)
{
elements = document.body.getElementsByTagName("iframe");
}
else if (document.body.all)
{
elements = document.body.all.tags("iframe");
}
else
{
elements = array();
}
for (var i = 0; i < elements.length; i++)
{
if(elements[i].src.indexOf('googlesyndication.com') > -1)
{
elements[i].onfocus = stloga;
}
else if (elements[i].src.indexOf('overture.com') > -1)
{
elements[i].onfocus = stlogd;
}
else
{
elements[i].onfocus = stlogb;
}
}
if(document.getElementsByTagName)
{
elements = document.body.getElementsByTagName("a");
}
else if (document.body.all)
{
elements = document.body.all.tags("a");
}
else
{
elements = array();
}
for (var i = 0; i < elements.length; i++)
{
elements[i].onfocus = stlogc;
}
|