$(document).ready(function(){
 $("a.blank_url").click(function(){
  window.open(this.href); return false;
 });
});
