var cgi = './report/report.cgi?';
var dir = 'dir=default';
var pix = 'pix=' + screen.width + 'x' + screen.height + 'x' + screen.colorDepth;
var ref = 'ref=' + document.referrer;
var req = 'req_title=' + encodeURI(document.title);
var dat = dir + '&amp;' + pix + '&amp;' + ref + '&amp;' + req;
document.write('<img src="' + cgi + dat + '" width="1" height="1" alt="" />');

document.write("<img src='comeon/comeon.cgi?");
document.write("dir=default","&amp;");
document.write("pix=",screen.width,"x",screen.height,"&amp;");
document.write("ref=",document.referrer);
document.write("' width='1' height='1' alt=''>");


