$(function() {
  $("#about_andrew_section_headings > li > a").click(function() {
    $(".about_andrew_info").removeClass("active");
    $("#" + $(this).parent('li').get(0).id + "_content").addClass("active");
  });
  if (document.location.toString().match('#')) {
    $('a[href="#' + document.location.toString().split('#')[1] + '"]').click();
  }
});

$('#achievements').advListRotator({
  rotationInterval: 11500,
  activeItemClass: 'active'/*,
  effectTimer: 500,
  effect: 'slide'*/
});


