function displaySection(){
  ieBtnPushed();
}

$(document).ready(function() {
  safariFixCSS();
  startingState();
  displaySection();
});
