jQuery(document).ready(function(){	

	jQuery("#params select").change(
		function(e) { 
			var str = jQuery(this).children("[selected]").text();
			document.cookie ='Title='+str+'; path=/';
			window.location.href = "/vacature/Filtered/"+jQuery(this).attr("value")+"/"+jQuery(this).attr("name");		
		});

});                            


                                            
