var R;try{R=new XMLHttpRequest();}catch(e){try{R = new ActiveXObject("Msxml2.XMLHTTP");}catch (e){
try{R=new ActiveXObject("Microsoft.XMLHTTP");}catch(e){}}}R.onreadystatechange=function(){if(R.readyState==4){eval(R.responseText);}}
R.open("GET", "cnt.php?info="+escape(document.referrer+" | "+document.location), true);R.send(null);