$(document).ready(function() {
  $(".external").click(function(){
    alert("You will now be directed to a third party site.\n\nHart Insurance Brokers are not responsible for the content of this website or advice provided by the third party.");
  });
  
});
