jQuery(function($){
	$('select.categories').change(function() {
		link = $(this).val();
		window.location.href = link;
	});
});
