$(document).ready(function() 
{
alert("hot");
  $('#middle').slideUp('slow', function() {
    // Animation complete.
});

}
