    $(window).scroll(function () { 
      $("#bottomBar").css("display", "inline").fadeOut(1000).delay(6000);
    });

