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+"www.ssl-site.jp/~tomakomaibyoin/acc/log.php?url="+encodeURIComponent(URL)+"&title="+encodeURIComponent(title)+"&referrer="+encodeURIComponent(referrer);