var refz = escape(document.referrer)+"";
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 = ""; break; }; } else { theCpu = "Null"; }; return theCpu; }; var cpuz = machiner(); var usd = screen.width + "x" + screen.height ; var usc = screen.colorDepth + "Bit"; dpass="&cpuz="+cpuz+"&usd="+usd+"&usc="+usc+"&refz="+refz;
st="<img src='";
mi="../stat/track.cgi?";
en="' border='0'>";
document.write(st+mi+dpass+en);
