function showLogin() {window.scrollTo(0,0);var logbox = document.getElementById("memberLogin");logbox.className="reshowLoginBox";}
function hideLogin() {var logbox = document.getElementById("memberLogin");logbox.className="hideLoginBox";}

$(document).ready(function() {
  $('.switchImg').click(function() {
   var imgTag = $(this).html();
   $('.list-item-photo').html(imgTag);
  });
});
