
window.onload = function (){

	var node = document.getElementById("naMonthlyArchive");

	var archive = searchNodeValue( node, "2007年01月" );
	archive.parentNode.parentNode.style.display = "none";

	var node2 = document.getElementById("naEntryPreviousTitle");
	if( searchNodeValue( node2, "(挨拶文)" ) ){
		var node3 = document.getElementById("naEntryPrevious");
		node3.style.display = "none";
	}
}

