$(document).ready(function() {
  $("#bpic").cycle({
    fx: 'fade',
    speed:    900, 
    timeout:  3000
  });
});