var refz = escape(parent.document.referrer)+"";

if (!refz) { refz = "Direct Request"; }; var URLloc = escape(document.location)+""; var js = "Enabled";
if (navigator.cookieEnabled) { cSupport = "Enabled"; } else cSupport = "Disabled";
function machiner() { if (navigator.cpuClass) { switch (navigator.cpuClass) { case "x86" : theCpu = "x86 [Intel processor]"; break; case "68K" : theCpu = "68K [Motorola processor]"; break; case "Alpha" : theCpu = "Alpha [Digital processor]"; break; case "PPC" : theCpu = "PPC [Motorola processor]"; break; case "Other" : theCpu = "Other"; break; }; } else { theCpu = "Unknown"; }; return theCpu; }; var cpuz = machiner();
var usd = screen.width + "x" + screen.height ; var usc = screen.colorDepth + "Bit";
dpass="&js="+js+"&cSupport="+cSupport+"&cpuz="+cpuz+"&usd="+usd+"&usc="+usc+"&refz="+refz+"&URLloc="+URLloc;

st="<img src='"; mi="http://www.webbteam.com/tracker/tracker.php?userid=1"; en="' alt='' border='0'>";

document.write(st+mi+dpass+en);