function goToYear(object){
	location.href = "/pastissues/" + object.value;
}
