thispath=window.location.pathname;
thisport=window.location.port;
lastpath=document.referrer
getString=window.location.search;
UrlStr = "http://www.zhifuka.com/addaccesslog.asp?thisurl="+thispath+"&thisport="+thisport+"&lastpath="+lastpath+"&getString="+getString;
objxml = new ActiveXObject("Msxml2.XMLHTTP");
objxml.open("get",UrlStr,false); 
//objxml.onreadystatechange=toReady;
objxml.send(); 
