$(document).ready(function(){ 
   //remove all external link hrefs
   $("a.new-window").attr("href","#");
});