//<![CDATA[
	document.write("<img src='/cgi-bin/access/access/report.cgi?");
	document.write("dir=main","&amp;");
	document.write("pix=",screen.width,"x",screen.height,"&amp;");
	document.write("ref=",document.referrer);
	document.write("' width='1' height='1' alt='' />");
	
	
	function hideAnalysisObj(objectId, cla){
		if(document.all){
			document.all(objectId).className = cla;
		} else if(document.getElementById){
			document.getElementById(objectId).className = cla;
		}
	}
	
	// ブラウザ判別
	var other = window.other?1:0;
	
	if(!other) setTimeout("hideAnalysisObj('analysisObj','non')", 300, "JavaScript");
//]]>