$(document).ready(function() {
  var a=Math.round(Math.random() * 2);
  $('div.greybox') .css('background','url(http://ukazatel.ru/components/com_community/templates/agiles_social/images/'+(a+1)+'.jpg) no-repeat 50% 50%');
 });
