$('document').ready(function(){
    $('.summary a[href*=investor-day-webcast-post-2].read-more').html('view here<span></span>');
    $('.summary a[href*=investor-day-webcast-post-2]').attr('href','/investor-day-webcast/');
    
    $('.summary a[href*=investor-day-webcast-post-1].read-more').css('display','none');
    $('.summary a[href*=investor-day-webcast-post-1]').attr('href','javascript:return false;');
});
