$(document).ready(function(){
   $('#Table4 .NewsCopyBox font').each(function(){
        $(this).before($(this).html());
        $(this).remove();
    });
});