function showBunny() {
  $("#bunny").html('<img src="images/bunny.gif" alt="Bunny" />').css('style','width: 19px; height: 30px;');
}