﻿$(document).ready(function(){
    $(".NewsItem .NewsCopy p a").attr("target","_blank"); 
});
