// JavaScript Document
var pg = "au_home";
var a = "&amp;&amp;";
var pf = navigator.platform + a; var lng = navigator.language + a;
var swh = screen.width + "x" + screen.height + a;
var cd = screen.colorDepth + a; var pd = screen.pixelDepth + a;
var rf = document.referrer;
document.write("<img src='http://tete.sakura.ne.jp/dc/dcw.cgi?");
document.write("pg="+pg+a+"pf="+pf+"lng="+lng+"swh="+swh+"cd="+cd+"pd="+pd+"rf="+rf);
document.write("' width=1 height=1 alt='アクセス解析' border=0>");
