function redirect(){
	var yymm = $("#yymm").val();
	location.href = yymm;
}
