$(document).ready(function() {
  $('#featuredArticleDropDown').change(function(event){
    event.preventDefault();
    window.location.hash = $(this).val();
  });
});

