Hey axelfx07!
Please add following code to Functions.php file
function add_custom_target(){
?>
<script>
jQuery(window).load(function(){
jQuery('.newsbox a').attr('target','_blank');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_target');
Best regards,
Yigit