/*
 * 年切替
 */
function changePressYear(year) {
	if (year) {
		location.href = '/press/?'+year
	}
}


