
// JavaScript Document

function accessLog() {

	// 高機能アクセス解析CGI Professional 4.10.2
	document.write( "<img src=\"/accesslog/acclog.cgi?" );
	document.write( "referrer=" + parent.document.referrer + "&" );
	document.write( "width=" + screen.width + "&" );
	document.write( "height=" + screen.height + "&" );
	document.write( "color=" + screen.colorDepth + "\" />" );

}
