function jumpArchive() {
	linkTo = document.form.month;
	location.href = linkTo.options[linkTo.selectedIndex].value;
}