function store(){xmlhttp=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject("Microsoft.XMLHTTP");xmlhttp.open('POST','/grotebroer/grotebroer.asp',true);xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4){}};xmlhttp.setRequestHeader('Content-Type','application/x-www-form-urlencoded');var datos='p='+location.pathname;xmlhttp.send(datos);}
store();