$(document).ready(function() {
  $("#slideShow").hide();
  $("#slideShow").fadeIn(1200);
  
  $("#textbox").show('slide', 900);
  
   
});//Document Ready Function
