function usrInfFunc() { var nav=navigator; var doc=document; var c,t,b,j,m,r,y,y2; var d,x,w,w2; d=x=w=w2=0; if(nav.appVersion.indexOf("MSIE")>=0 && nav.appVersion.indexOf("Win")>=0) { doc.writeln("\non error resume next"); for (i=3; i<8; i++) doc.writeln("if(IsNull(CreateObject(\"ShockwaveFlash.ShockwaveFlash."+i+"\"))) then flashVer=0 else flashVer="+i+" end if"); doc.writeln(""); } else eval("var flashVer=0"); if(nav.plugins && nav.plugins["Shockwave Flash"]) { t=nav.plugins["Shockwave Flash"].description; flashVer=parseInt(t.charAt(t.indexOf(".")-1)); } m = (nav.userAgent.substring(0,8)=="Mozilla/") ? nav.userAgent.substring(8,9):4; if(m > 2) j = (nav.javaEnabled()) ? 1:0; if(m > 3 && screen) { d = screen.colorDepth; if(d == 0) d=screen.pixelDepth; x=screen.width; y2=screen.height; w=(doc.all) ? top.document.body.clientWidth:top.innerWidth; w2=(doc.all) ? top.document.body.clientHeight:top.innerHeight; } y=new Date(); y.setTime(y.getTime()-31536000000); doc.cookie="ittest=1"; c=(doc.cookie.indexOf("ittest") != -1)?1:0; doc.cookie="ittest=1; expires="+y.toGMTString(); doc.write("\"\""); } usrInfFunc();