$(document).ready(function() {
  $("a").click(function() {
    alert("jQuery's pluged in. Kill this in js/core.js");
  });
});
