document.observe("dom:loaded", function() {
  $$('img').each(function(item){
    item.src = 'http://placekitten.com/75/75';
  });
});
