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