jQuery(document).ready(function() {
  jQuery("#logo-name-small").fadeIn(5000, function () {
  });
});

