function showExec(divId){
//	hideAllExec();
	$(".boardYear").each(function(){
		$(this).hide();
	});
	$("#"+divId).show();
	//alert(divId);
}

//function hideAllExec(){}
$("body").ready(function(){
	$('01_02').hide();
	$('02_03').hide();
	$('03_04').hide();
	$('04_05').hide();
	$('05_06').hide();
	$('06_07').hide();
	$('07_08').hide();	
	$('08_09').hide();
});
