﻿$(function() {
  $('a[href][rel*=external]').each(function(i) {
    this.target = "_blank";
  });
});

$(document).ready(function() {
  $('#s1').cycle({
    fx: 'fade',
    speed: 2500
  });
});
