$(document).ready(function(){
   $('#Table4 .NewsCopyBox font').each(function(){
        $(this).before($(this).html());
        $(this).remove();
    });
    $('img[src*=d9c37d0c-bb06-436d-8516-a8399fb1c687]').wrap('<a href="/UploadedFiles/2010-09-19_-_Washington_Post_Op-Ed_-_Smith.pdf"></a>');
});
