$(document).ready(function() {
  $("#side img").css("display", "none");
  $("#side img").fadeIn("slow");
});
