$(function(){
    
  $('.fliDrop').change(function() {
  	window.location.href = $(this).val();
  });
  
});  


