// JavaScript Document
$(function(){
		   
		   $('#eventos').change(function(){
											
											window.location='/sociales/'+$(this).val()+'/';
										
										});
		   
		   });
