function prepareIt() {
  $("html, body").animate({scrollTop: $(document).height()-$(window).height()}, 1800);
  $("#companyName").animate({opacity: 0.25}, 5000);
  $("#bullet1").delay(2000).animate({'margin-left': 10}, 2000);
  $("#companyName").click(function() { document.location.replace("/")});
}


