
/* - goToAssist.js - */
jq(document).ready(function() {
  jq('.footer_link.internal-link').attr("target", "_self");
});


