jQuery(function($){    
    $('#content').animate({top:'50%'},1000,'easeOutBounce')    
});

function showText() {
    $(this).find('p').fadeIn('slow')
}