<!--

function carendar(){
	subW = window.open("calendar.htm","","width=200,height=300");
}

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

// -->
