// JavaScript Document
// 3DSTATS.COM  CODE V3.1 (Normal or framed page)
// AUTODETECT PAGE NAME & URL
var P="DetectName";
var U="DetectUrl";
var G="0";
var T=Math.random();
var F=parent.document.URL; 
var S="usr=00000321Pauto&js=1";
if (P=="DetectName") {P=document.title;}
if (U=="DetectUrl") {U=window.document.URL;}
S+="&title="+escape(P);
S+="&url="+escape(U);
if (document.referrer==F) S+="&refer="+escape(parent.document.referrer);
else S+="&refer="+escape(window.document.referrer);
S+="&zone="+G;
if(typeof(screen)=="object")
{
S+="&resolution="+screen.width+"x"+screen.height;
S+="&color="+screen.colorDepth;
}
S+="&Tips="+T;
document.write("<img border=0 src='http://www.3dstats.com/cgi-bin/connect.cgi?");
document.write(S);
document.write("' border=0 height=1 width=1><br>");
