jQuery(document).ready(function($)
{

  $(".sidebar-2 .eww-posts a").click
  (
    function()
    {
      window.open(this.href);
      return false;
    }
  );
  
});
