$(document).ready(function(){
  $('#column_center').cycle({
    fx:    'fade',
    timeout: 2500,
    speed:  2500
  });

  $('#column_right div').cycle({
    fx:    'fade',
    timeout: 2500,
    speed:  2500
  });
});
