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