$(document).ready(function(){
	$("select.fDD").change(function(){	
		window.location = $(this).val();	  
	});
});
