$(document).ready(function(){
  $("a.new_window").attr("target", "_self");
 });
