$(document).ready(
  function(){
    $('ul#header-photos').innerfade({
      animationtype: 'fade',
      speed: 'normal',
      timeout: '5000',
      type: 'random_start',
      containerheight: '110px'
    });
    $("a[rel='external']").attr("target", "_blank");
  }
);
