jQuery(document).ready(function($) {
  $('a[rel=external]').each(function() {
    this.target = '_blank';
  });

  $('.rc').append('<div class="left-top"></div><div class="right-top"></div><div class="left-bottom"></div><div class="right-bottom"></div>');

  //  $('.slideshow').cycle({
  //    fx: 'fade',
  //    speed: 'slow',
  //    timeout: 6000,
  //    pager: '.controls'
  //  });


  $('.slideshow').cycle({
    fx: 'fade'
  });

});
