I have a cat named Cinnamon. She’s the best. Here’s a daily photo of her. (I’d recommend bookmarking this page…)

  // Pick a photo of the day
  var date = new Date()
  var num = (date.getDay() * date.getYear() * date.getMonth()) % 119
  var photo = "../assets/cinnamon/" + num + ".jpg"
  document.getElementById("cinnaImage").src = photo;