objNow = new Date();
var thisURL = document.URL;
var homeURL = document.location.protocol+'//'+document.location.hostname+'/';

document.write('<img src='+homeURL+'cgi-bin/writelog3.cgi?js=Y');
document.write('&site=jfsia.jp');
document.write('&lc='+thisURL);
document.write('&ms='+objNow.getTime().toString(16));
document.write('&sq=0');
document.write('&sw='+screen.width);
document.write('&sh='+screen.height);
document.write('&cl='+screen.colorDepth);

if (isNaN(window.innerWidth)) {
  if (isNaN(document.documentElement.clientWidth) || document.documentElement.clientWidth<=0) {
    if(isNaN(document.body.clientWidth) || document.body.clientWidth<=0) {
      document.write('&ww=-1');
      document.write('&wh=-1');
    } else {
      document.write('&ww='+document.body.clientWidth);
      document.write('&wh='+document.body.clientHeight);
    }
  } else {
    document.write('&ww='+document.documentElement.clientWidth);
    document.write('&wh='+document.documentElement.clientHeight);
  }
} else {
  document.write('&ww='+window.innerWidth);
  document.write('&wh='+window.innerHeight);
}

document.write('&rf='+document.referrer);
document.write('" border="0" height="10px" alt="Powered by Works240."');
document.write('>');
