function access(cntName) {
var pg = cntName;
var a = "&&";
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;
var now = new Date();
document.write("<img src='http://www.ed-side.com/cgi/acc/dsw.cgi?xx=",now.getSeconds(),"&&p=n&&md=j&&");
document.write("pg="+pg+a+"pf="+pf+"lng="+lng+"swh="+swh+"cd="+cd+"pd="+pd+"rf="+rf);
document.write("' alt='アクセス解析CGI' width='1' height='1' border='0' />");
}

