$(document).ready(function() {
	// Jump menu on blog views
	$('#blog-jump-menu').change(function(){
		window.location.href = $(this).val();
	});
	$('#head-where-to').change(function(){
		window.location.href = $(this).val();
	});
});
