$(function() {
  
    // !animation
    $('#content').hide().slideDown(1000);
  
});
