$(document).ready(function() {
  $("#penguinoverlay").stop().animate({top:'-665px'},{queue:false,duration:3500} );
});

