    
$(document).ready(function(){
      $("#mainBox").hide();
      $("#mainBox").fadeIn({easing: "easeInQuart", duration: 1000});
});
