// JavaScript Document


function showNewsYear(year){
	//alert(year);
	$("#year"+year).toggle();
}
