$('.fragment-short-text').click(function() {
$(this).fadeOut(function() { $(this).next().fadeIn() });
$('.fragment-short-text').click(function() {
$(this).fadeOut(function() { $(this).next().fadeIn() });
}).hover(
function() { $(this).css({background: '#F3F3F3', cursor: 'pointer'}); },
function() { $(this).css({background: '#FFF'}); }
}).hover(
function() { $(this).css({background: '#F3F3F3', cursor: 'pointer'}); },
function() { $(this).css({background: '#FFF'}); }