  $(document).ready(function() {
    $('.showlink').hide();
    $('.fullpost').siblings('.showlink').show();
  });

