// borrowed from http://userweb.cs.utexas.edu/~tfinster/
function showEmail() {
  emailSpan = document.getElementById("emailCell");
  emailSpan.innerHTML = "eshira@cs.utexas.edu";
}

