info ="screen_width="+escape(screen.width);
info+="&screen_height="+escape(screen.height);
info+="&path="+escape(location.href.toLowerCase().replace("http://"+window.location.hostname + root.toLowerCase(),'/'));
info+="&referrer="+escape(document.referrer);
if (intMemberID<9999999999999999999999999999999999999999999999999999999999) {
  info+="&uid="+intMemberID;
}


$.getJSON("http://analytics.genshiken.se/tracker/tracker.php?callback=?&"+info,function(data){});

