//show year for footer
function yyyy(){
theDay = (new Date()).getFullYear();
document.write(theDay);
};

function acc() {
document.write("<img src='http://www.u29web.jp/acc/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'");
document.write(" width='1' height='1'>");
}

//フォーム用アクセスログ
function acc_form() {
document.write("<img src='https://www.u29web.jp/acc/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'");
document.write(" width='1' height='1'>");
}
