$(document).ready(function(){
  $('#sidebar2 p:first img:last').addClass('last_image');
});
