function contact(user) {
  window.location.href = "mailto:" + user + "@fsu.edu";
}
function confirmDownload() {
  if (confirm('Do you wish to download hi-res photos of Randall Holcombe?') ==  false) return false;
  window.location.href = "photos.zip";
}
