// cycle through images; requires the cycle plugin
$(document).ready(function() {
  $('#block-block-4 .content').cycle({
    speed : 500,
    timeout : 5000
  });
});
