  $(function() {
  $('#footstar').css({height: 0}).animate({ height: '50' }, 'slow');  
  });
