function __browsize_analyze(__browsize_id) {
  var w = document.compatMode == "CSS1Compat" ? (document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) : document.body.clientWidth;
  var h = document.compatMode == "CSS1Compat" ? (document.documentElement ? document.documentElement.clientHeight : document.body.clientHeight) : document.body.clientHeight;
  var src = 'http://analyze.browsize.org/loging?' + 'window.innerWidth=' + window.innerWidth + '&document.documentElement.clientWidth=' + document.documentElement.clientWidth + '&document.body.clientWidth=' + document.body.clientWidth + '&bx=' + w + '&mx=' + screen.width + '&my=' + screen.height + '&uri=' + encodeURIComponent(location.href) + '&ref=' + encodeURIComponent(document.referrer) + '&id=' + __browsize_id;
  document.write('<a href="http://www.browsize.org"><img src="' + src + '" alt="BROWSIZE.ORG - 無料アクセス解析" border="0" /></a>');
}
__browsize_analyze(__browsize_id);

