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

$(document).ready(function() {
  $("#bpicb").cycle({
    fx: 'fade',
    speed:    750, 
    timeout:  2350
  });
});
