$(document).ready(function() {
  $('#photo').attr('src', '/images/titlebar_photos/' + Math.floor(Math.random() * 105) + '.jpg');
  $('#photo').fadeIn(3000);
});

