jQuery(document).ready(function(){
  jQuery('#fireball').hide().css({height:'50px',width:'50px'}).show().animate({
    width: 130,
    height: 129,
  },5000) 
}); 
