var src = 'http://tekito.jp/mogura/writelog.php';
var args = '?mode=img';
var ref = parent.document.referrer;
var path = '';
var w, h;
/* モニターサイズ */
w = screen.width;
h = screen.height;

ref = ref.replace(/(%)/g,"_P_");
ref = ref.replace(/(&)/g,"_A_");
path = path.replace(/(&)/g,"_A_");
args += '&amp;ref='+ref;
args += '&amp;path='+path;
args += '&amp;monitor='+w+'x'+h;
args += '&amp;title='+encodeURI(parent.document.title);
args += '&amp;color='+(navigator.appName != "Netscape" ? screen.colorDepth : screen.pixelDepth);
args += '&amp;cookie='+(navigator.cookieEnabled ? 1 : 2);
args += '&amp;js=1';
document.write('<img src="' + src + args + '" width="1" height="1" alt="">');