// JavaScript Document
document.write("<img src='http://www.korogi.homeip.net/cgi-bin/acc2/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'>");

function open_win(url, width, height){
window.open(url,"","width="+width+", height="+height+", menubar=0,toolbar=0,location=0,status=no,scrollbars=no,resizable=no");
}
