$('#top').slideDown('slow');
$('#top p').fadeIn('slow');
$('#main').animate({'margin-top': '50px'}, 'slow');

//$('#mesg').slideDown('slow');
//$('#mesg p').fadeIn('slow');

