$(function(){
	$('#change-category').change(function() {
		$(window.location).attr('href', '/equipment/' + $(this).val());
	});
});

