$(document).ready(function() {
	$(".organize-box select").change(function() {
		window.location = '/' + $('body').attr('class') + '/evenement/' + ($(this).val())+'/2';
	});
});

