/* 𑜓xJAVA */

cgi_link = './cgi-bin/access/log.cgi';

ref = document.referrer;
wid = window.screen.width;
hei = window.screen.height;
col = window.screen.colorDepth;

link = cgi_link+"?url="+ref+"&size_w="+wid+"&size_h="+hei+"&color="+col;
document.write("<img src='"+link+"' width='1' height='1'>");
