(function($){
  $('.releases').reverseArray('.release');
  $('.profile img, .cover img').emphasise();
  $('.fancybox').fancybox();
  $('.fancybox.profile').fancybox({
    width: '50%',
    height: '75%'
  });
})(jQuery);


