jQuery(function($) {
  var rnd = Math.floor((Math.random()*17) + 1);
  if (rnd == 3 || rnd == 6) rnd ++;
  var painting = '/images/ptg_' + rnd + '.jpg';
  $('#painting img').attr('src', painting);
});
