(function($) {

$(document).ready(function() {
  var modals = ['#skillsResearchReportsNowAvailable', '#registerCareerOfficersTraining', '#CareerOfficersTraining', '#studentsTraining', '#finalConference', '#erasmusJobsFinalConference'];
  if (window.location.hash && ~modals.indexOf(window.location.hash)) {
     $(window.location.hash).modal();
  }
})

})(jQuery);
