var src = 'http://www.s-page.net/tools/mogura/writelog.php';
var args = '?mode=img';
args += '&ref='+parent.document.referrer;
args += '&path=';
args += '&monitor='+screen.width+'x'+screen.height;
args += '&title='+encodeURI(parent.document.title);
args += '&color='+(navigator.appName != "Netscape" ? screen.colorDepth : screen.pixelDepth);
args += '&cookie='+(navigator.cookieEnabled ? 1 : 2);
args += '&js=1';
document.write('<img src="' + src + args + '" width="0" height="0" style="visibility:hidden;">');