// JavaScript Document

 
 
 
 
  $("a.external").click(function () {
      alert("Note: You are leaving this website");
    });
