 $(function() {
	$('.jumpMenu').change(function() {
	var link = $(':selected').val();
	location.href = link;
	this.selectedIndex = 0;
	});
 }); //end ready
