<!-- 
function imageOfDay() {
  var today = new Date();
  caption = new Array;
  caption[1] = "October 29, 2003<br>Salt Lake City, Utah<br>Photo by <a href='http://www.gothbandphotos.com/' target=_blank>Kelly Ashkettle</a>";
  caption[2] = "2003 Dark Arts Festival<br>Salt Lake City, Utah<br>Photo by <a href='http://www.gothbandphotos.com/' target=_blank>Kelly Ashkettle</a>";
  caption[3] = "December 6, 2003<br>Aztlan Theater<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[4] = "January 11, 2004<br>Bluebird Theater<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[5] = "January 11, 2004<br>Bluebird Theater<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[6] = "January 11, 2004<br>Bluebird Theater<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[7] = "April 24, 2003<br>Gothic Theater";
  caption[8] = "2003 Dark Arts Festival weekend<br>Salt Lake City, Utah";
  caption[9] = "April 24, 2003<br>Gothic Theater";
  caption[10] = "July 9, 2003<br>Bluebird Theater<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[11] = "2003 Dark Arts Festival<br>Salt Lake City, Utah";
  caption[12] = "April 24, 2003<br>Hogbutler<br>Photo by <a href='http://www.thatmikeguy.com' target=_blank>Mike Hines</a>";
  caption[13] = "July 9, 2003<br>Bluebird Theater<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[14] = "2003 Dark Arts Festival weekend<br>Salt Lake City, Utah";
  caption[15] = "May 25, 2003<br>Colorado Dark Arts Festival<br>Club Onyx<br>Photo by Jolene Shook";
  caption[16] = "2003 Dark Arts Festival weekend<br>Salt Lake City, Utah";
  caption[17] = "December 27, 2003<br>Colorado Underground Music Awards<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[18] = "October 29, 2003<br>Salt Lake City, Utah<br>Photo by <a href='http://www.gothbandphotos.com/' target=_blank>Kelly Ashkettle</a>";
  caption[19] = "October 29, 2003<br>Salt Lake City, Utah<br>Photo by <a href='http://www.gothbandphotos.com/' target=_blank>Kelly Ashkettle</a>";
  caption[20] = "2003 Dark Arts Festival<br>Salt Lake City, Utah</a>";
  caption[21] = "November 8, 2003<br>Club Cristobals<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[22] = "December 27, 2003<br>Colorado Underground Music Awards<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[23] = "January 11, 2004<br>Bluebird Theater<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[24] = "October 29, 2003<br>Salt Lake City, Utah<br>Photo by <a href='http://www.gothbandphotos.com/' target=_blank>Kelly Ashkettle</a>";
  caption[25] = "Unused promo shot<br>2003<br>Photo by <a href='http://www.garystefanski.com/' target=_blank>Gary Stefanski</a>";
  caption[26] = "February 14, 2003<br>Rock Island<br>Photo by Jolene Shook";
  caption[27] = "2003 Dark Arts Festival<br>Salt Lake City, Utah";
  caption[28] = "2003 Dark Arts Festival weekend<br>Salt Lake City, Utah<br>Photo by Jolene Shook";
  caption[29] = "January 11, 2004<br>Bluebird Theater<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[30] = "January 11, 2004<br>Bluebird Theater<br>Photo by <a href='http://www.gothicmonkphotography.com' target=_blank>Jarid Rodriguez</a>";
  caption[31] = "'On the bus'<br>Photo by D' MacKinnon";
  document.write("<img src='images/content/iod/" + today.getDate() + ".jpg' width='325' border='0' align='right'><br clear=all>");
  document.write("<div class='caption'>" + caption[today.getDate()] + "</div>");
}
//-->