var php = 'http://jnt.xsrv.jp/accesslog/getlog.php';
// if secure mode, http://jnt.xsrv.jp/accesslog/getlog.php will replace
//var php = 'http://localhost/ez/accesslog/getlog.php';
var link = document.referrer;
if (link != "") link = escape(link);
var charset = (document.charset)?document.charset:document.characterSet;
//document.write('<a href="http://jnt.xsrv.jp/tas/web/access.php">');
document.write('<img src="'+php+'?id='+id);
document.write('&ref=' + link);
document.write('&screen=' + screen.width + '*' + screen.height);
document.write('&color=' + screen.colorDepth);
document.write('&charset='+charset);
document.write('&url='+document.location.href);
document.write('&ua=' + navigator.userAgent);
document.write('" ');
document.write('border="0" style="border: #fff none;" />');
//document.write('</a>');


