$(document).ready(function() {
  $('#flash-right').cycle({fx: 'fade', timeout: 5000, speed: 2000});
  $('#flash-left').cycle({fx: 'fade', timeout: 5000, speed: 1400});
});