$(window).load(function () {
	$('#redirect select').change( function () {
		document.location.href=$(this).val();
    });
});
