URL = document.URL;
URL = URL.replace("index.html", "");
title = document.title;
referrer = document.referrer;
logimg = new Image();
var httpHost = (("https:" == document.location.protocol) ? "https://" : "http://");
logimg.src = httpHost+"s-tec-jp.com/acc/log.php?url="+encodeURIComponent(URL)+"&title="+encodeURIComponent(title)+"&referrer="+encodeURIComponent(referrer);